Skip to content

Commit c68fe07

Browse files
Merge pull request #44 from Arquisoft/load-tests-2
fix e2e deploy
2 parents 337d381 + a9ab35b commit c68fe07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: cd webapp && npm run test:e2e:install-browsers
9292

9393
- name: Run E2E tests
94-
run: cd webapp && npm run test:e2e
94+
run: cd webapp && npm run test:e2e:run
9595
env:
9696
MONGODB_URI: ${{ secrets.MONGODB_URI }}
9797
JWT_SECRET: ${{ secrets.JWT_SECRET }}

0 commit comments

Comments
 (0)