Skip to content
Snippets Groups Projects
Commit 8c120304 authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by Todd Gamblin
Browse files

Fix MacOS tests on develop

The -u option allows to update the current head,
so tests won't fail if we are on develop
parent 29105da4
Branches
Tags
No related merge requests found
...@@ -36,7 +36,7 @@ jobs: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment