mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add BUILD_COMMIT to test
This commit is contained in:
parent
980e6e0a1c
commit
2cbe284069
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -297,7 +297,7 @@ jobs:
|
||||
##########################################################################
|
||||
- name: frontend | Unit tests
|
||||
run: |
|
||||
docker run -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
|
||||
docker run -e BUILD_COMMIT="$(git rev-parse HEAD)" -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
|
||||
cp -r ~/coverage ./coverage
|
||||
##########################################################################
|
||||
# COVERAGE REPORT FRONTEND ################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user