Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 12, 2023
1 parent 5444e54 commit 8f12ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
30 changes: 9 additions & 21 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,12 @@ permissions:
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 }}
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 }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup CI
uses: input-output-hk/catalyst-ci/actions/setup@master
uses: input-output-hk/catalyst-ci/actions/setup@setup-action
with:
aws_role_arn: ${{ inputs.aws_role_arn }}
aws_region: ${{ inputs.aws_region }}
Expand Down

0 comments on commit 8f12ad9

Please sign in to comment.