Skip to content

Commit 1188b34

Browse files
Fix formatting of VITE_BUILD_COMMIT_SHA in frontend tests workflow
1 parent 9a96805 commit 1188b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run tests
3030
env:
3131
VITE_BASE_URL_API: https://jsonplaceholder.typicode.com
32-
VITE_BUILD_COMMIT_SHA=test
32+
VITE_BUILD_COMMIT_SHA: test
3333
VITE_BUILD_ENV_CODE: test
3434
VITE_BUILD_WORKFLOW_RUNNER: test
3535
VITE_BUILD_WORKFLOW_NAME: test

0 commit comments

Comments
 (0)