diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index abfbb2a52..37621afe2 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -34,12 +34,9 @@ jobs: - name: Install Cypress run: npm install cypress -g - - name: Run Etherpad + - name: Run Etherpad & Tests run: | node src\node\server.js & - - - name: Run Tests - run: | cd src\tests\frontend cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json