fix: set sha in test step as well.

This commit is contained in:
Eli Bosley
2023-11-14 14:19:23 -05:00
parent a1c07370ca
commit 376a19bac6

View File

@@ -84,7 +84,7 @@ jobs:
GIT_SHA=$(git rev-parse --short HEAD) IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') docker-compose build builder
- name: Run Docker Compose
run: docker-compose run builder npm run coverage
run: GIT_SHA=$(git rev-parse --short HEAD) IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') docker-compose run builder npm run coverage
lint-web:
defaults: