Skip to content

Commit 750492d

Browse files
committed
Remove unnecessary test script
1 parent 12e2347 commit 750492d

3 files changed

Lines changed: 1 addition & 53 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
- name: Run noCI tests
273273
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1
274274
with:
275-
run: ./tasks/noci_test.sh jasmine
275+
run: npm run test-jasmine -- --tags=noCI,noCIdep --nowatch
276276

277277
# ============================================================
278278
# Image baseline generation and comparison

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"strict": "node devtools/test_dashboard/server.mjs --strict",
6060
"start": "node devtools/test_dashboard/server.mjs",
6161
"baseline": "node test/image/make_baseline.mjs",
62-
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
6362
"preversion": "check-node-version --node 18 --npm 10 && npm-link-check && npm ls --prod --all",
6463
"version": "npm run build && git add -A lib dist build src/version.js",
6564
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",

tasks/noci_test.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)