-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (36 loc) · 1 KB
/
dogfood.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Dogfood
on:
push:
permissions:
id-token: write
contents: read
packages: write
env:
AWS_REGION: eu-central-1
AWS_ROLE_ARN: arn:aws:iam::332405224602:role/ci
EARTHLY_VERSION: 0.7.15
jobs:
dogfood:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: input-output-hk/catalyst-ci/actions/[email protected]
with:
aws_role_arn: ${{ env.AWS_ROLE_ARN }}
aws_region: ${{ env.AWS_REGION }}
earthly_version: ${{ env.EARTHLY_VERSION }}
- uses: input-output-hk/catalyst-ci/actions/[email protected]
with:
earthfile: ./cli
target: fmt
- uses: input-output-hk/catalyst-ci/actions/[email protected]
with:
earthfile: ./cli
target: lint
- uses: input-output-hk/catalyst-ci/actions/[email protected]
with:
earthfile: ./cli
target: build
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
- name: Test
run: ./cli/bin/ci --help