Skip to content

Commit 83ce349

Browse files
authored
fix CI (#428)
1 parent aedcfa1 commit 83ce349

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.4
2222
with:
2323
forge_version: 0.8.0
24+
local: true
2425

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

blueprint.cue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ global: {
2323
}
2424

2525
earthly: {
26-
credentials: {
27-
provider: "aws"
28-
path: "global/ci/earthly"
29-
}
30-
org: "Catalyst"
26+
satellite: "ci"
3127
version: "0.8.16"
3228
}
3329

0 commit comments

Comments
 (0)