Skip to content

Commit

Permalink
Update IntegrationTest workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Feb 11, 2025
1 parent 2a238c3 commit 7c70e54
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
@@ -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:
repo:
- 'ITensor/BlockSparseArrays.jl'
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
repo: "${{ matrix.repo }}"

0 comments on commit 7c70e54

Please sign in to comment.