Skip to content

Commit 11c6aff

Browse files
authored
ci(general): bumps forge to v0.19.1 and ci to v1.8.1 (#433)
1 parent 9587e1c commit 11c6aff

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ symlinkat
284284
syscall
285285
tacho
286286
taillabel
287+
tailscale
287288
testcase
288289
testcov
289290
testdocs

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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.8.0
21+
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
2222
with:
23-
forge_version: 0.19.0
23+
forge_version: 0.19.1
2424

2525
test_reporting:
2626
if: ${{ !github.event.pull_request.draft }}

.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.8.0
30+
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.8.1
3131
with:
32-
version: 0.19.0
32+
version: 0.19.1
3333
if: always()
3434

3535
- name: Setup CI
36-
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.8.0
36+
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
3737

3838
- name: Get catalyst libs unit test report
39-
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.8.0
39+
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
4040
if: always()
4141
continue-on-error: true
4242
with:

blueprint.cue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ global: {
3030
}
3131

3232
github: registry: "ghcr.io"
33+
34+
tailscale: {
35+
credentials: {
36+
provider: "aws"
37+
path: "global/ci/tailscale"
38+
}
39+
tags: "tag:cat-github"
40+
version: "latest"
41+
}
3342
}
3443
secrets: [
3544
{

0 commit comments

Comments
 (0)