Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
node-version: [14]
# containers: [1, 2, 3]
containers: [1, 2, 3, 4]
php-versions: [ '7.4' ]
databases: [ 'sqlite' ]
server-versions: [ 'stable24' ]
Expand Down Expand Up @@ -54,12 +54,6 @@ jobs:
ref: ${{ matrix.server-versions }}
path: apps/viewer

- name: npm install, build viewer in testing mode
working-directory: apps/viewer
run: |
npm ci
TESTING=true npm run build

- name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -105,7 +99,7 @@ jobs:
uses: cypress-io/github-action@v3
with:
record: true
parallel: false
parallel: true
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: 'apps/${{ env.APP_NAME }}'
config: defaultCommandTimeout=10000,video=false
Expand Down