-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (37 loc) · 937 Bytes
/
IntegrationTest.yml
File metadata and controls
37 lines (37 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: "IntegrationTest"
on:
push:
branches:
- "main"
tags: "*"
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
- "converted_to_draft"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ startsWith(github.ref, 'refs/pull/') }}"
permissions:
actions: "read"
contents: "read"
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v2"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkgs: |
[
"BlockSparseArrays",
"DiagonalArrays",
"ITensorBase",
"ITensorNetworksNext",
"KroneckerArrays",
"NamedDimsArrays",
"SparseArraysBase",
"TensorAlgebra"
]