Skip to content

Commit b7a4147

Browse files
authored
Update IntegrationTest workflow (#32)
1 parent 24b3add commit b7a4147

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ on:
55
branches:
66
- 'main'
77
tags: '*'
8+
paths:
9+
- 'Project.toml'
810
pull_request:
11+
paths:
12+
- 'Project.toml'
913

1014
jobs:
1115
integration-test:
1216
name: "IntegrationTest"
1317
strategy:
1418
matrix:
1519
repo:
20+
- 'ITensor/UnallocatedArrays.jl'
21+
- 'ITensor/TensorAlgebra.jl'
1622
- 'ITensor/BlockSparseArrays.jl'
1723
- 'ITensor/DerivableInterfaces.jl'
1824
- 'ITensor/NamedDimsArrays.jl'
19-
- 'ITensor/TensorAlgebra.jl'
20-
- 'ITensor/UnallocatedArrays.jl'
2125
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2226
with:
2327
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

0 commit comments

Comments
 (0)