File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 paths :
88 - " Project.toml"
99 pull_request :
10+ types :
11+ - " opened"
12+ - " synchronize"
13+ - " reopened"
14+ - " ready_for_review"
15+ - " converted_to_draft"
1016 paths :
1117 - " Project.toml"
1218jobs :
2733 with :
2834 localregistry : " https://github.com/ITensor/ITensorRegistry.git"
2935 pkg : " ${{ matrix.pkg }}"
36+ integration-gate :
37+ name : " IntegrationTest"
38+ needs : " integration-test"
39+ if : " ${{ always() }}"
40+ runs-on : " ubuntu-latest"
41+ steps :
42+ - name : " Fail if any downstream integration test failed"
43+ run : |
44+ echo "integration-test.result = ${{ needs.integration-test.result }}"
45+ test "${{ needs.integration-test.result }}" = "success"
46+
Original file line number Diff line number Diff line change 88 tags : " *"
99 paths-ignore :
1010 - " docs/**"
11- pull_request : ~
11+ pull_request :
12+ types :
13+ - " opened"
14+ - " synchronize"
15+ - " reopened"
16+ - " ready_for_review"
17+ - " converted_to_draft"
1218 workflow_dispatch : ~
1319concurrency :
1420 group : " ${{ github.workflow }}-${{ github.ref }}"
3440 localregistry : " https://github.com/ITensor/ITensorRegistry.git"
3541 secrets :
3642 CODECOV_TOKEN : " ${{ secrets.CODECOV_TOKEN }}"
43+ tests-gate :
44+ name : " Tests"
45+ needs : " tests"
46+ if : " ${{ always() }}"
47+ runs-on : " ubuntu-latest"
48+ steps :
49+ - name : " Fail if any matrix leg failed"
50+ run : |
51+ echo "tests.result = ${{ needs.tests.result }}"
52+ test "${{ needs.tests.result }}" = "success"
53+
Original file line number Diff line number Diff line change 11name = " FunctionImplementations"
22uuid = " 7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44authors = [" ITensor developers <support@itensor.org> and contributors" ]
55
66[workspace ]
You can’t perform that action at this time.
0 commit comments