diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml new file mode 100644 index 0000000..0d3e9f8 --- /dev/null +++ b/.github/workflows/IntegrationTest.yml @@ -0,0 +1,26 @@ +name: "IntegrationTest" +on: + push: + branches: + - "main" + tags: "*" + paths: + - "Project.toml" + pull_request: + types: + - "opened" + - "synchronize" + - "reopened" + - "ready_for_review" + - "converted_to_draft" +jobs: + integration-test: + name: "IntegrationTest" + strategy: + matrix: + pkg: + - "__none__" + uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" + with: + localregistry: "https://github.com/ITensor/ITensorRegistry.git" + pkg: "${{ matrix.pkg }}" diff --git a/Project.toml b/Project.toml index e9c6c7b..755f2bc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorDocsNext" uuid = "701fd796-f527-45da-9a53-2681c1a90c45" -version = "0.1.1" +version = "0.1.2" authors = ["ITensor developers and contributors"] [compat]