We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70391d0 commit b23f466Copy full SHA for b23f466
1 file changed
.github/workflows/integration.yml
@@ -41,6 +41,11 @@ jobs:
41
package: ${{ fromJSON(needs.scan.outputs.packages) }} # list of spack intergration test packages to run
42
fail-fast: true
43
steps:
44
+ - name: "Add Integration test repo"
45
+ run: |
46
+ . share/spack/setup-env.sh
47
+ spack repo add https://github.com/johnwparent/test-spack-smoke-repo.git
48
- name: "Spack install"
49
run: |
50
51
spack install ${{ matrix.package }}
0 commit comments