Skip to content

Apply always_run_formatter patch #434

Apply always_run_formatter patch

Apply always_run_formatter patch #434

Workflow file for this run

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:
- "FusionTensors"
- "GradedArrays"
- "KroneckerArrays"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkg: "${{ matrix.pkg }}"