Skip to content

Commit

Permalink
chore: updates forge -> 0.8.0 and CI -> 1.5.0 (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman authored Dec 6, 2024
1 parent 014e05a commit 6192297
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ permissions:

jobs:
ci:
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.4.0
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.5.0
with:
forge_version: 0.7.0
forge_version: 0.8.0

test_reporting:
if: always()
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,40 @@ jobs:
- uses: actions/checkout@v4

- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.4.0
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.5.0
with:
version: 0.7.0
version: 0.8.0
if: always()

- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.4.0
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.5.0

- name: Get catalyst gateway unit test report
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.4.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.5.0
if: always()
continue-on-error: true
with:
command: run
args: ./catalyst-gateway+build

- name: Get schemathesis test report
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.4.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.5.0
if: always()
continue-on-error: true
with:
command: run
args: ./catalyst-gateway/tests/schemathesis_tests+test-fuzzer-api

- name: Get flutter unit test report
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.4.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.5.0
if: always()
continue-on-error: true
with:
command: run
args: ./catalyst_voices+test-unit

- name: Get python api test report
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.4.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.5.0
if: always()
continue-on-error: true
with:
Expand Down
8 changes: 6 additions & 2 deletions catalyst_voices/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ version: "1.0.0"
project: {
name: "voices"
deployment: {
on: {
merge: {}
tag: {}
}
environment: "dev"
modules: main: {
container: "voices-deployment"
version: "0.1.1"
values: {
environment: name: "dev"
frontend: image: {
tag: _ @forge(name="GIT_COMMIT_HASH")
tag: _ @forge(name="GIT_HASH_OR_TAG")
}
}
}
Expand All @@ -21,7 +25,7 @@ project: {
tag: {}
}
config: {
tag: _ @forge(name="GIT_COMMIT_HASH")
tag: _ @forge(name="GIT_HASH_OR_TAG")
}
}
}
Expand Down

0 comments on commit 6192297

Please sign in to comment.