Skip to content

refactor: optionally set up remote runner #158

refactor: optionally set up remote runner

refactor: optionally set up remote runner #158

Workflow file for this run

name: Dogfood
on:
push:
permissions:
id-token: write
contents: write
packages: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: input-output-hk/catalyst-ci/actions/setup@setup-action
with:
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
earthly_version: 0.7.15
- name: Test
run: |
ci --help
# release:
# uses: ./.github/workflows/release.yml
# with:
# aws_role_arn: arn:aws:iam::332405224602:role/ci
# aws_region: eu-central-1
# earthly_version: 0.7.15
# force_artifact: true
# secrets:
# earthly_runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}