Skip to content

Commit 8723159

Browse files
committed
refactor: Split up run steps
Makes it easier to debug.
1 parent 060ae37 commit 8723159

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ jobs:
88
with:
99
node-version: 'lts/*'
1010
- uses: actions/checkout@v2
11-
- run: |
12-
npm install
13-
npm test
11+
- run: npm install
12+
- run: npm test

0 commit comments

Comments
 (0)