File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 21
21
uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.4
22
22
with :
23
23
forge_version : 0.8.0
24
+ local : true
24
25
25
- test_reporting :
26
- if : ${{ !github.event.pull_request.draft }}
27
- needs : ci
28
- uses : ./.github/workflows/generate-allure-report.yml
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
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ global: {
23
23
}
24
24
25
25
earthly : {
26
- credentials : {
27
- provider : " aws "
28
- path : " global/ci/earthly "
29
- }
30
- org : " Catalyst "
26
+ satellite : " ci "
31
27
version : " 0.8.16 "
32
28
}
33
29
You can’t perform that action at this time.
0 commit comments