Skip to content

Commit d3a3221

Browse files
Remove jest tests job as there are no unit tests anymore
1 parent 9a943f7 commit d3a3221

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ on: push
22
name: Test installation
33

44
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
145
use-latest-version:
156
name: "Test getting latest CLI stable version"
167
strategy:

0 commit comments

Comments
 (0)