File tree 2 files changed +32
-10
lines changed 2 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 1
- name : CompatHelper
1
+ name : " CompatHelper"
2
+
2
3
on :
3
4
schedule :
4
5
- cron : 0 0 * * *
5
6
workflow_dispatch :
7
+ permissions :
8
+ contents : write
9
+ pull-requests : write
10
+
6
11
jobs :
7
12
CompatHelper :
8
- runs-on : ubuntu-latest
9
- steps :
10
- - name : Pkg.add("CompatHelper")
11
- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12
- - name : CompatHelper.main()
13
- env :
14
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
- COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16
- run : julia -e 'using CompatHelper; CompatHelper.main()'
13
+ name : " CompatHelper"
14
+ uses : " ITensor/ITensorActions/.github/workflows/CompatHelper.yml@main"
15
+ with :
16
+ local-registry-urls : " https://github.com/ITensor/ITensorRegistry.git"
Original file line number Diff line number Diff line change
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/NamedDimsArrays.jl'
17
+ - ' ITensor/ITensorBase.jl'
18
+ - ' ITensor/QuantumOperatorDefinitions.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 }}"
You can’t perform that action at this time.
0 commit comments