Skip to content

Commit 12302e7

Browse files
authored
Merge pull request #36 from carapace-sh/revert-test
Revert "Merge pull request #35 from carapace-sh/test"
2 parents f01e48a + 41494d9 commit 12302e7

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/aws-template.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,5 @@ jobs:
2121
- name: fix permissions
2222
run: chmod +x /usr/local/bin/carapace-aws*
2323

24-
- name: ls
25-
run: ls -lha /usr/local/bin/carapace-aws*
26-
27-
- name: help
28-
run: carapace-aws
29-
3024
- name: run carapace-aws.test
3125
run: SERVICE=${{ inputs.service }} carapace-aws.test

cmd/carapace-aws/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestService(t *testing.T) {
4444
t.Parallel()
4545
patch := carapace.DiffPatch(
4646
bridge.ActionAws("aws"),
47-
bridge.ActionCarapaceBin("aws"),
47+
bridge.ActionCarapace("carapace-aws"),
4848
carapace.NewContext(service, operation, "--"),
4949
)
5050

0 commit comments

Comments
 (0)