Skip to content

Commit 506c98d

Browse files
committed
Add names to CI actions
1 parent ff79ed0 commit 506c98d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
name: CI
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: ./
14-
- run: cd test && sbt test
12+
13+
- name: Checkout
14+
uses: actions/checkout@v2
15+
16+
- name: Install
17+
uses: ./
18+
19+
- name: Test
20+
run: cd test && sbt test

0 commit comments

Comments
 (0)