mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -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 test
|
||||
|
||||
- run:
|
||||
name: "frontend integration tests"
|
||||
working_directory: "./frontend"
|
||||
command: |
|
||||
yarn install
|
||||
yarn run compile
|
||||
clojure -M:dev:shadow-cljs compile main
|
||||
yarn playwright install --with-deps chromium
|
||||
yarn e2e:test
|
||||
# - run:
|
||||
# name: "frontend integration tests"
|
||||
# working_directory: "./frontend"
|
||||
# command: |
|
||||
# yarn install
|
||||
# yarn run compile
|
||||
# clojure -M:dev:shadow-cljs compile main
|
||||
# yarn playwright install --with-deps chromium
|
||||
# yarn e2e:test
|
||||
|
||||
- run:
|
||||
name: "backend tests"
|
||||
|
|
Loading…
Reference in a new issue