From 1581b713b9d6edc2f8dda79daf88836116ee09c6 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 13 Mar 2021 19:24:01 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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