Skip to content

Commit

Permalink
fix: explicitly build integ test package during cypress run to catch …
Browse files Browse the repository at this point in the history
…build failures
  • Loading branch information
alharris-at committed Oct 25, 2021
1 parent 92e9555 commit 1d4a888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@ jobs:
run: npm ci
- name: Lerna bootstrap
run: lerna bootstrap
- name: Setup Inegration Test
- name: Setup Integration Test
run: npm run integ:setup
- name: Cypress run
uses: cypress-io/github-action@v2
with:
working-directory: packages/integration-test
build: npm run build
install: false
start: npm start
wait-on: 'http://localhost:3000'
Expand Down

0 comments on commit 1d4a888

Please sign in to comment.