summaryrefslogtreecommitdiff
path: root/.github/workflows/unit_tests.yaml
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-11-18 13:00:39 +0100
committerGitHub <noreply@github.com>2021-11-18 13:00:39 +0100
commit8f7640dbefd1adbd7e4104a404fa018f851776b5 (patch)
treee1006ae693b44360ec92913ad89eb1545bad7a81 /.github/workflows/unit_tests.yaml
parent7ee736a158ea9da955c54a282149208200865903 (diff)
downloadspack-8f7640dbefd1adbd7e4104a404fa018f851776b5.tar.gz
spack-8f7640dbefd1adbd7e4104a404fa018f851776b5.tar.bz2
spack-8f7640dbefd1adbd7e4104a404fa018f851776b5.tar.xz
spack-8f7640dbefd1adbd7e4104a404fa018f851776b5.zip
ci: run style unit tests only if we target develop (#27472)
Some tests assume the base branch is develop, but this branch may not have been checked out.
Diffstat (limited to '.github/workflows/unit_tests.yaml')
-rw-r--r--.github/workflows/unit_tests.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml
index 35722b9137..764a9cdcf0 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -211,6 +211,7 @@ jobs:
git clone "${{ github.server_url }}/${{ github.repository }}.git" && cd spack
git fetch origin "${{ github.ref }}:test-branch"
git checkout test-branch
+ . .github/workflows/setup_git.sh
bin/spack unit-test -x
- name: Run unit tests (only package tests)
if: ${{ needs.changes.outputs.with_coverage == 'false' }}
@@ -223,6 +224,7 @@ jobs:
git clone "${{ github.server_url }}/${{ github.repository }}.git" && cd spack
git fetch origin "${{ github.ref }}:test-branch"
git checkout test-branch
+ . .github/workflows/setup_git.sh
bin/spack unit-test -x -m "not maybeslow" -k "package_sanity"
# Test RHEL8 UBI with platform Python. This job is run