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 9
9
- ready_for_review
10
10
- opened
11
11
12
-
13
12
permissions :
14
13
id-token : write
15
14
contents : write
@@ -19,11 +18,11 @@ permissions:
19
18
jobs :
20
19
ci :
21
20
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
23
22
with :
24
23
forge_version : 0.8.0
25
24
26
25
test_reporting :
27
26
if : ${{ !github.event.pull_request.draft }}
28
27
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 19
19
COVERAGE_EXT : .coverage.info
20
20
REPO_BASE_PATH : catalyst-libs/
21
21
22
-
23
22
jobs :
24
23
generate-test-reports :
25
24
name : Generate test reports
@@ -28,16 +27,16 @@ jobs:
28
27
- uses : actions/checkout@v4
29
28
30
29
- 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
32
31
with :
33
32
version : 0.8.0
34
33
if : always()
35
34
36
35
- 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
38
37
39
38
- 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
41
40
if : always()
42
41
continue-on-error : true
43
42
with :
You can’t perform that action at this time.
0 commit comments