Skip to content

Commit a686df3

Browse files
committed
tmp
1 parent a651b11 commit a686df3

3 files changed

Lines changed: 449 additions & 428 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test template
1+
name: aws template
22

33
on:
44
workflow_call:
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
jobs:
11-
test:
11+
compare:
1212
runs-on: ubuntu-latest
1313
container: amazon/aws-cli:2.32.2
1414

@@ -21,5 +21,5 @@ jobs:
2121
- name: fix permissions
2222
run: chmod +x /usr/local/bin/carapace-aws*
2323

24-
- name: test carapace-aws.test
24+
- name: run carapace-aws.test
2525
run: SERVICE=${{ inputs.service }} carapace-aws.test

0 commit comments

Comments
 (0)