We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a943f7 commit d3a3221Copy full SHA for d3a3221
.github/workflows/test.yml
@@ -2,15 +2,6 @@ on: push
2
name: Test installation
3
4
jobs:
5
- jest-tests:
6
- name: "Run Jest tests"
7
- runs-on: ubuntu-latest
8
- steps:
9
- - uses: actions/checkout@v4
10
- - name: Install dependencies
11
- run: npm install
12
- - name: Run Jest tests
13
- run: npm test
14
use-latest-version:
15
name: "Test getting latest CLI stable version"
16
strategy:
0 commit comments