Skip to content

Commit

Permalink
minor ci-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tofsjonas committed Nov 18, 2024
1 parent 5d05609 commit 53b3ac9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: CI
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pre-push": "npm run build && npm run compile && npm run lint && npm run test",
"dev": "vite",
"prepare:tests": "tsx scripts/prepare-tests.ts",
"test": "npm run prepare:tests && playwright test || (exit_code=$?; npm run cleanup:tests; exit $exit_code)",
"test": "npm run prepare:tests && (playwright test && npm run cleanup:tests || true)",
"cleanup:tests": "tsx scripts/prepare-tests.ts cleanup",
"serve": "vite preview --port 3009"
},
Expand Down
324 changes: 0 additions & 324 deletions tests/sortable.spec.txt

This file was deleted.

0 comments on commit 53b3ac9

Please sign in to comment.