Skip to content

Commit 7c70e54

Browse files
authored
Update IntegrationTest workflow (#9)
1 parent 2a238c3 commit 7c70e54

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/IntegrationTest.yml

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

0 commit comments

Comments
 (0)