Skip to content

Commit 04eb9d8

Browse files
authored
test in same job as build
1 parent da8a85b commit 04eb9d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ jobs:
1414
run: npm install --global coffeescript@1
1515
- name: make
1616
run: make
17-
test:
18-
runs-on: ubuntu-latest
19-
needs: [build]
20-
steps:
2117
- name: test
2218
run: npm ci && npm test

0 commit comments

Comments
 (0)