File tree Expand file tree Collapse file tree 2 files changed +16
-27
lines changed Expand file tree Collapse file tree 2 files changed +16
-27
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ permissions:
11
11
packages : write
12
12
13
13
env :
14
- AWS_REGION : eu-central-1
15
- AWS_ROLE_ARN : arn:aws:iam::332405224602:role/ci
16
- ECR_REGISTRY : 332405224602.dkr.ecr.eu-central-1.amazonaws.com
17
14
TAG : ${{ github.sha }}
18
15
19
16
jobs :
@@ -24,20 +21,20 @@ jobs:
24
21
FORCE_COLOR : 1
25
22
steps :
26
23
- uses : actions/checkout@v4
24
+
25
+ - name : Install Forge
26
+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.5.3
27
27
with :
28
- fetch-depth : 0
28
+ version : 0.8.0
29
+ if : always()
30
+
29
31
- name : Setup CI
30
- uses : input-output-hk/catalyst-ci/actions/setup@master
31
- with :
32
- aws_role_arn : ${{ env.AWS_ROLE_ARN }}
33
- aws_region : ${{ env.AWS_REGION }}
34
- earthly_runner_secret : ${{ secrets.EARTHLY_RUNNER_SECRET }}
35
- - name : Login to ECR
36
- uses : docker/login-action@v2
37
- with :
38
- registry : ${{ env.ECR_REGISTRY }}
32
+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.5.3
33
+
39
34
- name : Run tests
40
- env :
41
- EARTHLY_SECRETS : " IDEASCALE_EMAIL=${{ secrets.IDEASCALE_EMAIL }}, IDEASCALE_PASSWORD=${{ secrets.IDEASCALE_PASSWORD }}, IDEASCALE_API_TOKEN=${{ secrets.IDEASCALE_API_TOKEN }}"
42
- run : |
43
- earthly -P --buildkit-host "tcp://${{ secrets.EARTHLY_SATELLITE_ADDRESS }}:8372" +test-all
35
+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.5.3
36
+ if : always()
37
+ continue-on-error : true
38
+ with :
39
+ command : run
40
+ args : ./+test-all
Original file line number Diff line number Diff line change @@ -10,14 +10,6 @@ permissions:
10
10
11
11
jobs :
12
12
ci :
13
- uses : input-output-hk/catalyst-ci /.github/workflows/ci.yml@master
13
+ uses : input-output-hk/catalyst-forge /.github/workflows/ci.yml@ci/v1.5.3
14
14
with :
15
- aws_ecr_registry : 332405224602.dkr.ecr.eu-central-1.amazonaws.com
16
- aws_role_arn : arn:aws:iam::332405224602:role/ci
17
- aws_region : eu-central-1
18
- publish_docs : false
19
- secrets :
20
- dockerhub_token : ${{ secrets.DOCKERHUB_TOKEN }}
21
- dockerhub_username : ${{ secrets.DOCKERHUB_USERNAME }}
22
- earthly_runner_address : ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
23
- earthly_runner_secret : ${{ secrets.EARTHLY_RUNNER_SECRET }}
15
+ forge_version : 0.8.1
You can’t perform that action at this time.
0 commit comments