Skip to content

Commit 8f0068a

Browse files
authored
Update IntegrationTest workflow (#10)
1 parent b1131c0 commit 8f0068a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/IntegrationTest.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
name: "IntegrationTest"
1717
strategy:
1818
matrix:
19-
repo:
20-
- 'ITensor/ITensorBase.jl'
21-
- 'ITensor/UnallocatedArrays.jl'
19+
pkg:
20+
- 'ITensorBase'
21+
- 'UnallocatedArrays'
2222
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2323
with:
2424
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
25-
repo: "${{ matrix.repo }}"
25+
pkg: "${{ matrix.pkg }}"

0 commit comments

Comments
 (0)