File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ permissions:
18
18
jobs :
19
19
ci :
20
20
if : ${{ !github.event.pull_request.draft }}
21
- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.4
21
+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.0
22
22
with :
23
- forge_version : 0.8.0
24
- local : true
23
+ forge_version : 0.19.0
25
24
26
- # TODO: Enable when our earthly self-satellites will be back and remove `local: true` flag
27
- # test_reporting:
28
- # if: ${{ !github.event.pull_request.draft }}
29
- # needs: ci
30
- # uses: ./.github/workflows/generate-allure-report.yml
25
+ test_reporting :
26
+ if : ${{ !github.event.pull_request.draft }}
27
+ needs : ci
28
+ uses : ./.github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
27
27
- uses : actions/checkout@v4
28
28
29
29
- name : Install Forge
30
- uses : input-output-hk/catalyst-forge/actions/install@ci/v1.7.4
30
+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.8.0
31
31
with :
32
- version : 0.8 .0
32
+ version : 0.19 .0
33
33
if : always()
34
34
35
35
- name : Setup CI
36
- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.7.4
36
+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.0
37
37
38
38
- name : Get catalyst libs unit test report
39
- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.7.4
39
+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.0
40
40
if : always()
41
41
continue-on-error : true
42
42
with :
Original file line number Diff line number Diff line change 1
- version : " 1.0 "
2
1
global : {
3
2
ci : {
4
3
local : [
@@ -23,8 +22,11 @@ global: {
23
22
}
24
23
25
24
earthly : {
26
- satellite : " ci "
27
- version : " 0.8.16 "
25
+ satellite : credentials : {
26
+ provider : " aws "
27
+ path : " global/ci/ci-tls "
28
+ }
29
+ version : " 0.8.15 "
28
30
}
29
31
30
32
github : registry : " ghcr.io "
You can’t perform that action at this time.
0 commit comments