Skip to content

Commit

Permalink
chore: migrate to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Oct 6, 2023
1 parent 3b313e0 commit a9410e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- working-directory: test
env:
DELETION_POLICY: ${{ inputs.deletion-policy }}
FAILURE_POLICY: ${{ failure.deletion-policy }}
FAILURE_POLICY: ${{ inputs.failure-policy }}
HOSTED_ZONE_ID: Z2W7RO1VZ3Q66M
DOMAIN_SUFFIX: awscftemplates.timeseries.guru
CLOUDFRONT_ACM_CERTIFICATE_ARN: arn:aws:acm:us-east-1:068189904525:certificate/be2a7595-caf3-4c0a-8021-8a3bd70f6e70
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defaults:
shell: bash
jobs:
acceptance-test:
uses: ./.github/workflows/acceptance-test-run.yaml
uses: ./.github/workflows/acceptance-test-run.yml
with:
region: us-east-1
tests: ${{ inputs.tests }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
branches:
- master
paths:
- '.github/workflows/acceptance-tests.yaml'
- '.github/workflows/acceptance-tests.yml'
- '*.yaml'
- 'test/**'
defaults:
run:
shell: bash
jobs:
acceptance-test:
uses: ./.github/workflows/acceptance-test-run.yaml
uses: ./.github/workflows/acceptance-test-run.yml
with:
region: us-east-1
tests: '*'
Expand Down

0 comments on commit a9410e9

Please sign in to comment.