From 04e275ea15a9e2d420cc266566279b9c3029ec48 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 13 Mar 2021 19:12:54 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index a29fd5a82..abfbb2a52 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -37,10 +37,10 @@ jobs: - name: Run Etherpad run: | node src\node\server.js & - cd src\tests\frontend - 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 cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json