Fix MacOS tests on develop
The -u option allows to update the current head, so tests won't fail if we are on develop
This commit is contained in:
parent
29105da445
commit
8c12030498
2
.github/workflows/macos_unit_tests.yaml
vendored
2
.github/workflows/macos_unit_tests.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
git --version
|
git --version
|
||||||
git fetch origin develop:develop
|
git fetch -u origin develop:develop
|
||||||
. share/spack/setup-env.sh
|
. share/spack/setup-env.sh
|
||||||
coverage run $(which spack) test
|
coverage run $(which spack) test
|
||||||
coverage combine
|
coverage combine
|
||||||
|
Loading…
Reference in New Issue
Block a user