File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 99 - ready_for_review
1010 - opened
1111
12-
1312permissions :
1413 id-token : write
1514 contents : write
@@ -19,11 +18,11 @@ permissions:
1918jobs :
2019 ci :
2120 if : ${{ !github.event.pull_request.draft }}
22- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.3
21+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.4
2322 with :
2423 forge_version : 0.8.0
2524
2625 test_reporting :
2726 if : ${{ !github.event.pull_request.draft }}
2827 needs : ci
29- uses : ./.github/workflows/generate-allure-report.yml
28+ uses : ./.github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change 1919 COVERAGE_EXT : .coverage.info
2020 REPO_BASE_PATH : catalyst-libs/
2121
22-
2322jobs :
2423 generate-test-reports :
2524 name : Generate test reports
@@ -28,16 +27,16 @@ jobs:
2827 - uses : actions/checkout@v4
2928
3029 - name : Install Forge
31- uses : input-output-hk/catalyst-forge/actions/install@ci/v1.7.3
30+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.7.4
3231 with :
3332 version : 0.8.0
3433 if : always()
3534
3635 - name : Setup CI
37- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.7.3
36+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.7.4
3837
3938 - name : Get catalyst libs unit test report
40- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.7.3
39+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.7.4
4140 if : always()
4241 continue-on-error : true
4342 with :
You can’t perform that action at this time.
0 commit comments