Skip to content

Commit b9079d6

Browse files
author
Martin Reynolds
committed
ci: giving action workflow meaningful names
1 parent 4512494 commit b9079d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2+
name: validate action
23
on: push
34

45
jobs:
56
test-linux:
67
runs-on: ubuntu-latest
7-
name: install sam cli
8+
name: ubuntu-latest
89
steps:
910
- uses: advancedcsg-open/action-setup-sam@master
1011
with:
@@ -13,7 +14,7 @@ jobs:
1314
run: sam --version
1415
test-macos:
1516
runs-on: macos-latest
16-
name: install sam cli
17+
name: macos-latest
1718
steps:
1819
- uses: advancedcsg-open/action-setup-sam@master
1920
with:

0 commit comments

Comments
 (0)