Skip to content

Commit 9587e1c

Browse files
authored
ci(general): bumps forge to 0.19.0 and ci to 1.8.0 (#431)
1 parent 83ce349 commit 9587e1c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ permissions:
1818
jobs:
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

.github/workflows/generate-allure-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

blueprint.cue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "1.0"
21
global: {
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"

0 commit comments

Comments
 (0)