There was an error while loading. Please reload this page.
1 parent a651b11 commit a686df3Copy full SHA for a686df3
3 files changed
.github/workflows/test-template.yml .github/workflows/aws-template.yml.github/workflows/test-template.yml renamed to .github/workflows/aws-template.yml
@@ -1,4 +1,4 @@
1
-name: test template
+name: aws template
2
3
on:
4
workflow_call:
@@ -8,7 +8,7 @@ on:
8
type: string
9
10
jobs:
11
- test:
+ compare:
12
runs-on: ubuntu-latest
13
container: amazon/aws-cli:2.32.2
14
@@ -21,5 +21,5 @@ jobs:
21
- name: fix permissions
22
run: chmod +x /usr/local/bin/carapace-aws*
23
24
- - name: test carapace-aws.test
+ - name: run carapace-aws.test
25
run: SERVICE=${{ inputs.service }} carapace-aws.test
0 commit comments