Skip to content

Commit 9a96805

Browse files
Add test environment variables to frontend tests workflow
1 parent f7eaa40 commit 9a96805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Run tests
3030
env:
3131
VITE_BASE_URL_API: https://jsonplaceholder.typicode.com
32+
VITE_BUILD_COMMIT_SHA=test
33+
VITE_BUILD_ENV_CODE: test
34+
VITE_BUILD_WORKFLOW_RUNNER: test
35+
VITE_BUILD_WORKFLOW_NAME: test
3236
run: npm test
3337

3438
- name: Generate test summary

0 commit comments

Comments
 (0)