Skip to content

Commit 8e07474

Browse files
committed
Remove test job
1 parent 9eeaf3e commit 8e07474

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/main.yml

-22
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,6 @@ jobs:
2626
- run: npm test
2727
- run: npm run lint
2828

29-
package-test:
30-
runs-on: ubuntu-latest
31-
32-
permissions:
33-
contents: write
34-
35-
steps:
36-
- uses: actions/checkout@v4
37-
- uses: actions/setup-node@v4
38-
with:
39-
node-version: 18
40-
cache: npm
41-
42-
- run: npm ci
43-
- run: npm pack
44-
45-
- name: Upload package to release
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
run: |
49-
gh release upload 0.1.0 ./*.tgz
50-
5129
package:
5230
runs-on: ubuntu-latest
5331
if: github.event_name == 'release'

0 commit comments

Comments
 (0)