Skip to content

Commit 53b3ac9

Browse files
committed
minor ci-cleanup
1 parent 5d05609 commit 53b3ac9

File tree

3 files changed

+2
-326
lines changed

3 files changed

+2
-326
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Playwright Tests
1+
name: CI
22
on:
33
push:
44
branches: [main]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pre-push": "npm run build && npm run compile && npm run lint && npm run test",
2323
"dev": "vite",
2424
"prepare:tests": "tsx scripts/prepare-tests.ts",
25-
"test": "npm run prepare:tests && playwright test || (exit_code=$?; npm run cleanup:tests; exit $exit_code)",
25+
"test": "npm run prepare:tests && (playwright test && npm run cleanup:tests || true)",
2626
"cleanup:tests": "tsx scripts/prepare-tests.ts cleanup",
2727
"serve": "vite preview --port 3009"
2828
},

tests/sortable.spec.txt

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

0 commit comments

Comments
 (0)