mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
📎 Disable frontend integration tests
This commit is contained in:
parent
7f8c600837
commit
2c30dde198
1 changed files with 9 additions and 9 deletions
|
@ -102,15 +102,15 @@ jobs:
|
||||||
yarn install
|
yarn install
|
||||||
yarn test
|
yarn test
|
||||||
|
|
||||||
- run:
|
# - run:
|
||||||
name: "frontend integration tests"
|
# name: "frontend integration tests"
|
||||||
working_directory: "./frontend"
|
# working_directory: "./frontend"
|
||||||
command: |
|
# command: |
|
||||||
yarn install
|
# yarn install
|
||||||
yarn run compile
|
# yarn run compile
|
||||||
clojure -M:dev:shadow-cljs compile main
|
# clojure -M:dev:shadow-cljs compile main
|
||||||
yarn playwright install --with-deps chromium
|
# yarn playwright install --with-deps chromium
|
||||||
yarn e2e:test
|
# yarn e2e:test
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: "backend tests"
|
name: "backend tests"
|
||||||
|
|
Loading…
Reference in a new issue