Skip to content

Commit f39cd46

Browse files
committed
fixing package command and removing test job
1 parent 998bc02 commit f39cd46

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
run: npm build
2727

2828
- name: npm run pack
29-
run: npm run pack
29+
run: npm run package
3030

3131
audit:
3232
name: Audit
@@ -57,24 +57,26 @@
5757
run: npm install
5858

5959
- name: npm lint
60-
run: npm lint
60+
run: npm run lint
6161

62-
test:
63-
name: Test
64-
runs-on: ubuntu-latest
65-
steps:
66-
- uses: actions/checkout@v2
67-
68-
- name: Set up Node.js
69-
uses: actions/setup-node@v1
70-
with:
71-
node-version: ${{ env.node_version }}
62+
# No node tests setup yet
7263

73-
- name: npm install
74-
run: npm install
75-
76-
- name: npm test
77-
run: npm test
64+
# test:
65+
# name: Test
66+
# runs-on: ubuntu-latest
67+
# steps:
68+
# - uses: actions/checkout@v2
69+
#
70+
# - name: Set up Node.js
71+
# uses: actions/setup-node@v1
72+
# with:
73+
# node-version: ${{ env.node_version }}
74+
#
75+
# - name: npm install
76+
# run: npm install
77+
#
78+
# - name: npm test
79+
# run: npm test
7880

7981
# test:
8082
# name: Test

0 commit comments

Comments
 (0)