Skip to content

Commit 4f2f4e2

Browse files
committed
remove ava
1 parent 28b5d99 commit 4f2f4e2

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

.github/workflows/checkin.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ jobs:
55
check_pr:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@v1
99

10-
- name: "npm ci"
11-
run: npm ci
10+
- name: "npm ci"
11+
run: npm ci
1212

13-
- name: "npm run build"
14-
run: npm run build
13+
- name: "npm run build"
14+
run: npm run build
1515

16-
- name: "check for uncommitted changes"
17-
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
18-
run: |
19-
git diff --exit-code --stat -- . ':!node_modules' \
20-
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
21-
"and check in all changes" \
22-
&& exit 1)
23-
24-
- name: "npm test"
25-
run: npm test
16+
- name: "check for uncommitted changes"
17+
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
18+
run: |
19+
git diff --exit-code --stat -- . ':!node_modules' \
20+
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
21+
"and check in all changes" \
22+
&& exit 1)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Github action to download and setup Emscripten",
66
"main": "dist/index.js",
77
"scripts": {
8-
"build": "tsc && ncc build lib/main.js --license licenses.txt",
9-
"test": "ava"
8+
"build": "tsc && ncc build lib/main.js --license licenses.txt"
109
},
1110
"repository": {
1211
"type": "git",

0 commit comments

Comments
 (0)