From 7af53363b6919fa1af1cf8bf6c6846ff8fdb98b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 4 Jan 2020 13:39:32 +0100 Subject: Parallel run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c143d373c..96b282c07 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: node-version: [12.x] + containers: [1, 2, 3] steps: - name: Checkout text app @@ -33,6 +34,7 @@ jobs: uses: cypress-io/github-action@v1 with: record: true + parallel: true env: CYPRESS_baseUrl: http://localhost:8081/index.php CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} -- cgit v1.2.3