Skip to content

Commit aa0142c

Browse files
committed
Fix typo in GitHub action
1 parent 07626fb commit aa0142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Download dependencies
2727
run: make deps
2828

29-
- name: Run unit tests
29+
- name: Run acceptance tests
3030
env:
3131
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
3232
run: make test-acc

0 commit comments

Comments
 (0)