There was an error while loading. Please reload this page.
2 parents 337d381 + a9ab35b commit c68fe07Copy full SHA for c68fe07
1 file changed
.github/workflows/release-deploy.yml
@@ -91,7 +91,7 @@ jobs:
91
run: cd webapp && npm run test:e2e:install-browsers
92
93
- name: Run E2E tests
94
- run: cd webapp && npm run test:e2e
+ run: cd webapp && npm run test:e2e:run
95
env:
96
MONGODB_URI: ${{ secrets.MONGODB_URI }}
97
JWT_SECRET: ${{ secrets.JWT_SECRET }}
0 commit comments