Skip to content

Commit 93b3482

Browse files
chore: remove ci tests
1 parent 1e789b4 commit 93b3482

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,9 @@ jobs:
1717
- run: npm ci
1818
- run: npm run lint
1919

20-
test:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v4
24-
- uses: actions/setup-node@v4
25-
with:
26-
node-version: '20'
27-
cache: 'npm'
28-
- run: npm ci
29-
- run: npm test
30-
3120
build:
3221
runs-on: ubuntu-latest
33-
needs: [lint, test]
22+
needs: [lint]
3423
steps:
3524
- uses: actions/checkout@v4
3625
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)