From 544de7ebefe2eb072c10bf94b563151ddef26407 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 26 Sep 2025 11:25:27 -0400 Subject: [PATCH] Downstream testing --- .github/workflows/IntegrationTest.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..ed486fe --- /dev/null +++ b/.github/workflows/IntegrationTest.yml @@ -0,0 +1,24 @@ +name: "IntegrationTest" + +on: + push: + branches: + - 'main' + tags: '*' + paths: + - 'Project.toml' + pull_request: + paths: + - 'Project.toml' + +jobs: + integration-test: + name: "IntegrationTest" + strategy: + matrix: + pkg: + - 'ITensorNetworks' + uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" + with: + localregistry: "https://github.com/ITensor/ITensorRegistry.git" + pkg: "${{ matrix.pkg }}"