Skip to content

Commit aa405c5

Browse files
authored
Add downstream test workflow (#28)
1 parent 61b969d commit aa405c5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "IntegrationTest"
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
tags: '*'
8+
pull_request:
9+
10+
jobs:
11+
integration-test:
12+
name: "IntegrationTest"
13+
strategy:
14+
matrix:
15+
repo:
16+
- 'ITensor/BlockSparseArrays.jl'
17+
- 'ITensor/NamedDimsArrays.jl'
18+
- 'ITensor/TensorAlgebra.jl'
19+
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
20+
with:
21+
local-registry-urls: "https://github.com/ITensor/ITensorRegistry.git"
22+
repo: "${{ matrix.repo }}"

0 commit comments

Comments
 (0)