We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bd950 commit 632a793Copy full SHA for 632a793
.github/workflows/IntegrationTest.yml
@@ -0,0 +1,27 @@
1
+name: "IntegrationTest"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 'main'
7
+ tags: '*'
8
+ paths:
9
+ - 'Project.toml'
10
+ pull_request:
11
12
13
14
+jobs:
15
+ integration-test:
16
+ name: "IntegrationTest"
17
+ strategy:
18
+ matrix:
19
+ repo:
20
+ - 'ITensor/ITensorBase.jl'
21
+ - 'ITensor/NamedDimsArrays.jl'
22
+ - 'ITensor/QuantumOperatorDefinitions.jl'
23
+ - 'ITensor/TensorAlgebra.jl'
24
+ uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
25
+ with:
26
+ localregistry: "https://github.com/ITensor/ITensorRegistry.git"
27
+ repo: "${{ matrix.repo }}"
0 commit comments