Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37be7ca

Browse files
committed
Fix typo in acceptance test title
1 parent 18c5a43 commit 37be7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/aws-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492

493493

494494
test-acceptance:
495-
name: "Acceptance Tests (${{ contains(matrix.runner, 'arm') && 'ARM64' || 'AMD64' }}"
495+
name: "Acceptance Tests (${{ contains(matrix.runner, 'arm') && 'ARM64' || 'AMD64' }})"
496496
needs:
497497
- build
498498
strategy:

0 commit comments

Comments
 (0)