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

View file

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