We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b13eb2 commit b2f857bCopy full SHA for b2f857b
1 file changed
.github/workflows/run-cypress.yml
@@ -45,10 +45,4 @@ jobs:
45
' && \
46
docker compose exec -T cypress bash -c '
47
yarn install && cypress run --spec "cypress/integration/skeune/**/*.spec.js,cypress/integration/shared/*.spec.js" --browser=chrome --headless
48
- ' && \
49
- docker compose exec -T --user www-data engine.dev.openconext.local bash -c '
50
- EB_THEME=openconext ./theme/scripts/prepare-test.js
51
52
- docker compose exec -T cypress bash -c '
53
- cypress run --spec "cypress/integration/openconext/**/*.spec.js" --browser=chrome --headless
54
'
0 commit comments