Remove component testing from CI

This commit is contained in:
Matthias 2024-04-13 13:06:50 +02:00
parent 64eea047ad
commit 68cc499f59

View File

@ -57,14 +57,6 @@ jobs:
# End Playwright section
- name: Run Component tests
uses: cypress-io/github-action@v6
with:
# we have already installed everything
install: false
# to run component tests we need to use "cypress run-ct"
command: yarn cypress run --component
- name: Cypress run
uses: cypress-io/github-action@v6
with: