Skip to content

Commit 424918c

Browse files
Add additional environment variables for frontend tests workflow
1 parent 1188b34 commit 424918c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@ jobs:
2929
- name: Run tests
3030
env:
3131
VITE_BASE_URL_API: https://jsonplaceholder.typicode.com
32+
VITE_BUILD_DATE: 1970-01-01
33+
VITE_BUILD_TIME: 00:00:00
34+
VITE_BUILD_TS: 1970-01-01T00:00:00+0000
3235
VITE_BUILD_COMMIT_SHA: test
3336
VITE_BUILD_ENV_CODE: test
3437
VITE_BUILD_WORKFLOW_RUNNER: test
3538
VITE_BUILD_WORKFLOW_NAME: test
39+
VITE_BUILD_WORKFLOW_RUN_NUMBER: 1
40+
VITE_BUILD_WORKFLOW_RUN_ATTEMPT: 1
3641
run: npm test
3742

3843
- name: Generate test summary

0 commit comments

Comments
 (0)