Stop running Cypress tests in parallel (#3485)

This commit is contained in:
Jon Koops 2022-10-05 14:19:57 +02:00 committed by GitHub
parent 60cab1a95b
commit ffe869504b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View file

@ -81,10 +81,6 @@ jobs:
needs: [build-keycloak, install-nightly]
if: always() && ( needs.build-keycloak.result == 'success' || needs.install-nightly.result == 'success' )
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5]
steps:
- name: Check out Admin UI
uses: actions/checkout@v3
@ -117,7 +113,6 @@ jobs:
with:
install: false
record: true
parallel: true
browser: chrome
wait-on: http://localhost:8080
working-directory: apps/admin-ui

View file

@ -17,10 +17,6 @@ export default defineConfig({
numTestsKeptInMemory: 30,
videoUploadOnPasses: false,
retries: {
runMode: 3,
},
e2e: {
setupNodeEvents(on) {
on(