Skip to content

Commit 29458be

Browse files
committed
Apply add_integration_test patch
1 parent 04d1ce0 commit 29458be

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3-
version = "0.15.7"
3+
version = "0.15.8"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)