Skip to content

Commit

Permalink
wip: tests uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 9, 2023
1 parent 2497b57 commit 84ee9d4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
json: ${{ steps.discover.outputs.json}}
steps:
- uses: actions/checkout@v3
- uses: input-output-hk/catalyst-ci/actions/setup@master
- uses: input-output-hk/catalyst-ci/actions/setup@dogfood
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/discover@master
- uses: input-output-hk/catalyst-ci/actions/discover@dogfood
id: discover
with:
targets: ${{ env.EARTHLY_TARGET }}
Expand All @@ -44,14 +44,20 @@ jobs:
- uses: actions/checkout@v3
- name: Check var
run: echo ${{ matrix.earthfile }}
- uses: input-output-hk/catalyst-ci/actions/setup@master
- uses: input-output-hk/catalyst-ci/actions/setup@dogfood
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/run@master
- uses: input-output-hk/catalyst-ci/actions/run@dogfood
id: build
with:
earthfile: ${{ matrix.earthfile }}
target: ${{ env.EARTHLY_TARGET }}
artifact_output: out
flags: --platform ${{ matrix.platform }}
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.earthfile }}-${{ matrix.platform }}-${{ env.EARTHLY_TARGET }}
path: out

0 comments on commit 84ee9d4

Please sign in to comment.