We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8a85b commit 04eb9d8Copy full SHA for 04eb9d8
1 file changed
.github/workflows/CI.yml
@@ -14,9 +14,5 @@ jobs:
14
run: npm install --global coffeescript@1
15
- name: make
16
run: make
17
- test:
18
- runs-on: ubuntu-latest
19
- needs: [build]
20
- steps:
21
- name: test
22
run: npm ci && npm test
0 commit comments