Skip to content

Improve Epics connexion #32

Improve Epics connexion

Improve Epics connexion #32

Workflow file for this run

name: Epics-React library CI
on:
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
- name: Install 🔧
run: yarn install
- name: Test 🚨
run: yarn test
- name: Build 🏗️
run: yarn run build