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 8003153 commit ef27291Copy full SHA for ef27291
2 files changed
.github/workflows/IntegrationTest.yml
@@ -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
@@ -1,6 +1,6 @@
name = "FileUtils"
uuid = "3ab64cf3-766e-4aaa-abdf-a104b28521f5"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
[workspace]
0 commit comments