Skip to content

Commit

Permalink
fixup! Revert "Run cypress in docker"
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 27, 2020
1 parent 3dd8cc4 commit 5e38c46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ env:
APP_NAME: nextcloud-vue

jobs:
jest:
cypress:
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}

strategy:
fail-fast: false
matrix:
# run x copies of the current job in parallel
containers: [1, 2]
node-version: ['12.x']
containers: [1]
node-version: ['12']

name: Runner ${{ matrix.containers }}

Expand Down

0 comments on commit 5e38c46

Please sign in to comment.