Skip to content

Commit 4cb4dab

Browse files
committed
ci: temporary remove tests
1 parent 47caee4 commit 4cb4dab

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Node.js Package Workflow
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- 'v*'
97

@@ -25,28 +23,7 @@ jobs:
2523
- name: Install dependencies
2624
run: npm ci
2725

28-
- name: Build package
29-
run: npm run build
30-
3126
- name: Publish package
3227
run: npm publish
3328
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
36-
test:
37-
runs-on: ubuntu-latest
38-
steps:
39-
- name: Check out code
40-
uses: actions/checkout@v3
41-
42-
- name: Set up Node.js
43-
uses: actions/setup-node@v3
44-
with:
45-
node-version: '18'
46-
cache: 'npm'
47-
48-
- name: Install dependencies
49-
run: npm ci
50-
51-
- name: Run tests
52-
run: npm test
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)