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
1 changed files with 1 additions and 1 deletions
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
|
||||
run: |
|
||||
git --version
|
||||
git fetch origin develop:develop
|
||||
git fetch -u origin develop:develop
|
||||
. share/spack/setup-env.sh
|
||||
coverage run $(which spack) test
|
||||
coverage combine
|
||||
|
|
Loading…
Reference in a new issue