Skip to content

Commit 3b4c9e2

Browse files
committed
Use .env.e2e.example for frontend e2e tests in gh actions
1 parent 9893384 commit 3b4c9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251

252252
- name: Run frontend end-to-end tests
253253
run: |
254-
docker run --env-file frontend/.env.example owasp/nest:test-frontend-e2e-latest pnpm run test:e2e
254+
docker run --env-file frontend/.env.e2e.example owasp/nest:test-frontend-e2e-latest pnpm run test:e2e
255255
256256
set-release-version:
257257
name: Set release version

0 commit comments

Comments
 (0)