File tree 3 files changed +13
-15
lines changed
3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ permissions:
13
13
14
14
jobs :
15
15
ci :
16
- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1 .0
16
+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.5 .0
17
17
with :
18
- forge_version : 0.2 .0
18
+ forge_version : 0.8 .0
19
19
20
- # test_reporting:
21
- # if: always()
22
- # needs: ci
23
- # uses: ./.github/workflows/generate-allure-report.yml
20
+ test_reporting :
21
+ if : always()
22
+ needs : ci
23
+ uses : ./.github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change 40
40
continue-on-error : true
41
41
with :
42
42
command : run
43
- args: ./catalyst-libs +build
43
+ args : ./rust +build
44
44
45
45
- name : Collect and upload test reports
46
46
uses : actions/upload-artifact@v4
@@ -105,7 +105,6 @@ jobs:
105
105
with :
106
106
message : |
107
107
${{ steps.allure.outputs.test_result_icon }} [Test Report](${{ steps.allure.outputs.report_url }}) | ${\color{lightgreen}Pass: ${{ steps.allure.outputs.test_result_passed }}/${{ steps.allure.outputs.test_result_total }}}$ | ${\color{red}Fail: ${{ steps.allure.outputs.test_result_failed }}/${{ steps.allure.outputs.test_result_total }}}$ |
108
- comment_tag: allure_report
109
108
mode : upsert
110
109
111
110
generate-coverage-report :
Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ global: {
6
6
" ^build(-.*)?$ " ,
7
7
" ^package(-.*)?$ " ,
8
8
" ^test(-.*)?$ " ,
9
- " ^release(-.*)?$ " ,
10
- " ^publish(-.*)?$ " ,
11
9
]
12
10
registries : [
13
- ci .providers .aws .registry ,
11
+ ci .providers .aws .ecr . registry ,
14
12
]
15
13
providers : {
16
14
aws : {
17
15
region : " eu-central-1 "
18
- registry : " 332405224602.dkr.ecr.eu-central-1.amazonaws.com "
16
+ ecr : registry : " 332405224602.dkr.ecr.eu-central-1.amazonaws.com "
19
17
role : " arn:aws:iam::332405224602:role/ci "
20
18
}
21
19
@@ -44,8 +42,9 @@ global: {
44
42
path : " GITHUB_TOKEN "
45
43
},
46
44
]
47
- tagging : {
48
- strategy : " commit "
49
- }
45
+ }
46
+ repo : {
47
+ defaultBranch : " main "
48
+ name : " input-output-hk/catalyst-libs "
50
49
}
51
50
}
You can’t perform that action at this time.
0 commit comments