Skip to content

Commit 7a8c69c

Browse files
authored
chore: updates CI with latest changes (#597)
1 parent 82771e0 commit 7a8c69c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ permissions:
1414
env:
1515
AWS_REGION: eu-central-1
1616
AWS_ROLE_ARN: arn:aws:iam::332405224602:role/ci
17-
EARTHLY_VERSION: 0.7.6
1817
ECR_REGISTRY: 332405224602.dkr.ecr.eu-central-1.amazonaws.com
1918
TAG: ${{ github.sha }}
2019

@@ -25,19 +24,15 @@ jobs:
2524
env:
2625
FORCE_COLOR: 1
2726
steps:
27+
- uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830
- name: Setup CI
2931
uses: input-output-hk/catalyst-ci/actions/setup@master
3032
with:
3133
aws_role_arn: ${{ env.AWS_ROLE_ARN }}
3234
aws_region: ${{ env.AWS_REGION }}
33-
earthly_version: ${{ env.EARTHLY_VERSION }}
34-
- name: Install Earthly
35-
uses: earthly/actions/setup-earthly@v1
36-
with:
37-
version: v0.7.0
38-
- uses: actions/checkout@v2
39-
with:
40-
fetch-depth: 0
35+
earthly_runner_secret: ${{ secrets.EARTHLY_RUNNER_SECRET }}
4136
- name: Login to ECR
4237
uses: docker/login-action@v2
4338
with:

0 commit comments

Comments
 (0)