Skip to content

Commit

Permalink
fix(CI): Force cypress v3.8.3 on the Docker Workflow (#336)
Browse files Browse the repository at this point in the history
Closes #333.

## What does this PR do / solve?

Forcing cypress version 3.8.3 on the Docker Workflow with npx
  • Loading branch information
Salayna committed Aug 25, 2020
1 parent fcbc401 commit 63a3e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Run Cypress E2E tests
run: |
npx cypress run --config pluginsFile=false # because plugins/index.js requires typescript, which is not installed in this production image
npx cypress@3.8.3 run --config pluginsFile=false # because plugins/index.js requires typescript, which is not installed in this production image
# To publish the Docker image from here, see https://github.com/openwhyd/openwhyd/pull/308/commits/1eacaa98885789642ba0073c9bb4d822021f0d95#diff-12a86cef0c4707531fdbabac3e38cb2aR36

0 comments on commit 63a3e1e

Please sign in to comment.