File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ preopen
225225preopened
226226preopens
227227preprod
228+ projectcatalyst
228229Prokhorenko
229230proptest
230231psql
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ permissions:
1818jobs :
1919 ci :
2020 if : ${{ !github.event.pull_request.draft }}
21- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
21+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.9.0
2222 with :
23- forge_version : 0.19.1
23+ forge_version : 0.20.0
2424
2525 test_reporting :
2626 if : ${{ !github.event.pull_request.draft }}
Original file line number Diff line number Diff 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.1
30+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.9.0
3131 with :
32- version : 0.19.1
32+ version : 0.20.0
3333 if : always()
3434
3535 - name : Setup CI
36- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
36+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.9.0
3737
3838 - name : Get catalyst libs unit test report
39- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
39+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.9.0
4040 if : always()
4141 continue-on-error : true
4242 with :
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ global: {
99 registries : [
1010 ci .providers .aws .ecr .registry ,
1111 ]
12+ release : docs : {
13+ bucket : " docs.dev.projectcatalyst.io "
14+ url : " https://docs.dev.projectcatalyst.io/ "
15+ }
1216 providers : {
1317 aws : {
1418 region : " eu-central-1 "
Original file line number Diff line number Diff line change 11version : " 1.0.0 "
2- project : name : " libs-docs "
2+ project :
3+ {
4+ name : " libs-docs "
5+
6+ release : {
7+ docs : {
8+ on : {
9+ merge : {}
10+ pr : {}
11+ }
12+
13+ config : {
14+ name : " libs "
15+ }
16+ }
17+ }
18+ }
You can’t perform that action at this time.
0 commit comments