Skip to content

Commit

Permalink
ci: try to fix occasional APPLITOOLS_API_KEY env variable is missing (
Browse files Browse the repository at this point in the history
#586)

* fix(ci): occasional `APPLITOOLS_API_KEY` env variable is missing

* fix `Unable to find an artifact with the name: refactor-code-coverage-report`
cf https://github.com/openwhyd/openwhyd/actions/runs/3786889797/jobs/6438221441#step:5:9
  • Loading branch information
adrienjoly committed Dec 27, 2022
1 parent 9b41e9c commit a1366db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
CI: true
run: npm install --prefer-offline --no-audit
- name: Run Cypress tests against Openwhyd server
uses: cypress-io/github-action@v2.7.2
uses: cypress-io/github-action@v5.0.2
with:
start: npm run start:coverage --mongoDbDatabase openwhyd_test
wait-on: 'http://localhost:8080'
Expand Down Expand Up @@ -343,6 +343,7 @@ jobs:
needs:
- cypress-tests
- approval-tests
- refactor-coverage
# TODO: add coverage for unit and integration tests too
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit a1366db

Please sign in to comment.