mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
🔧 Add general improvements to integration tests
This commit marks as skip (temporal) several flaky/randomly-failing tests. It also moves the integration test execution from circleci to github actions.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"scripts": {
|
||||
"clear:shadow-cache": "rm -rf .shadow-cljs",
|
||||
"build": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs release library",
|
||||
"build:bundle": "./scripts/build",
|
||||
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
|
||||
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
|
||||
"lint:clj": "clj-kondo --parallel --lint src/",
|
||||
|
||||
Reference in New Issue
Block a user