Skip to content

Commit 282a366

Browse files
authored
windows ci: make conditional on style tests etc (spack#29567)
1 parent 5a72204 commit 282a366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows_python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
python spack\bin\spack license verify
5454
unittest:
55+
needs: [ validate, style ]
5556
runs-on: windows-latest
5657
steps:
5758
- uses: actions/checkout@v2
@@ -71,6 +72,7 @@ jobs:
7172
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
7273
spack unit-test --verbose --ignore=lib/spack/spack/test/cmd
7374
unittest-cmd:
75+
needs: [ validate, style ]
7476
runs-on: windows-latest
7577
steps:
7678
- uses: actions/checkout@v2
@@ -90,6 +92,7 @@ jobs:
9092
echo F|xcopy .\spack\share\spack\qa\configuration\windows_config.yaml $env:USERPROFILE\.spack\windows\config.yaml
9193
spack unit-test lib/spack/spack/test/cmd --verbose
9294
buildtest:
95+
needs: [ validate, style ]
9396
runs-on: windows-latest
9497
steps:
9598
- uses: actions/checkout@v2
@@ -109,6 +112,7 @@ jobs:
109112
spack external find ninja
110113
spack install abseil-cpp
111114
generate-installer-test:
115+
needs: [ validate, style ]
112116
runs-on: windows-latest
113117
steps:
114118
- name: Disable Windows Symlinks

0 commit comments

Comments
 (0)