We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05efc44 commit 6446651Copy full SHA for 6446651
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
forge_version: 0.2.0
19
20
- #test_reporting:
21
- # if: always()
22
- # needs: ci
23
- # uses: ./.github/workflows/generate-allure-report.yml
+ test_reporting:
+ if: always()
+ needs: ci
+ uses: ./.github/workflows/generate-allure-report.yml
.github/workflows/generate-allure-report.yml.disabled renamed to .github/workflows/generate-allure-report.yml
blueprint.cue
@@ -15,7 +15,7 @@ global: {
15
providers: {
16
aws: {
region: "eu-central-1"
- registry: "332405224602.dkr.ecr.eu-central-1.amazonaws.com"
+ ecr: registry: "332405224602.dkr.ecr.eu-central-1.amazonaws.com"
role: "arn:aws:iam::332405224602:role/ci"
}
0 commit comments