From 563c4ef0a397e88daa0afeb8eefd77b733efddec Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 26 Sep 2025 11:14:06 -0400 Subject: [PATCH] Downstream testing --- .github/workflows/IntegrationTest.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/IntegrationTest.yml diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml new file mode 100644 index 0000000..311041b --- /dev/null +++ b/.github/workflows/IntegrationTest.yml @@ -0,0 +1,25 @@ +name: "IntegrationTest" + +on: + push: + branches: + - 'main' + tags: '*' + paths: + - 'Project.toml' + pull_request: + paths: + - 'Project.toml' + +jobs: + integration-test: + name: "IntegrationTest" + strategy: + matrix: + pkg: + - 'DataGraphs' + - 'ITensorNetworks' + uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" + with: + localregistry: "https://github.com/ITensor/ITensorRegistry.git" + pkg: "${{ matrix.pkg }}"