0
Fork 0
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:
Andrey Antukh 2024-05-23 11:38:16 +02:00
parent 7f8c600837
commit 2c30dde198

View file

@ -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"