build backend for fullstack tests

This commit is contained in:
Ulf Gebhardt 2023-06-13 15:32:14 +02:00
parent 5f545f3b8f
commit 79a5db809b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -27,6 +27,10 @@ jobs:
- name: cypress | Fullstack tests
id: e2e-tests
run: |
cd backend
yarn install
yarn build
cd ..
yarn install
yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} )