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:
1818jobs :
1919 ci :
2020 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
2222 with :
23- forge_version : 0.8.0
24- local : true
23+ forge_version : 0.19.0
2524
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:
2727 - uses : actions/checkout@v4
2828
2929 - 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
3131 with :
32- version : 0.8 .0
32+ version : 0.19 .0
3333 if : always()
3434
3535 - 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
3737
3838 - 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
4040 if : always()
4141 continue-on-error : true
4242 with :
Original file line number Diff line number Diff line change 1- version : " 1.0 "
21global : {
32 ci : {
43 local : [
@@ -23,8 +22,11 @@ global: {
2322 }
2423
2524 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 "
2830 }
2931
3032 github : registry : " ghcr.io "
You can’t perform that action at this time.
0 commit comments