From 8c120304987af404e2493d18b6313af28596d4d7 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Sat, 9 May 2020 23:18:55 +0200 Subject: Fix MacOS tests on develop The -u option allows to update the current head, so tests won't fail if we are on develop --- .github/workflows/macos_unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index f903daa034..da970edc7a 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -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 -- cgit v1.2.3-60-g2f50