run e2e tests serial for now

This commit is contained in:
mahula 2023-01-31 17:01:58 +01:00
parent e87401ef45
commit b6646d1980

View File

@ -562,12 +562,6 @@ jobs:
name: End-to-End Tests
runs-on: ubuntu-latest
needs: [build_test_mariadb, build_test_database_up, build_test_backend, build_test_admin, build_test_frontend, build_test_nginx]
env:
jobs: 2
strategy:
matrix:
# run copies of the current job in parallel
job: [1, 2]
steps:
##########################################################################
# CHECKOUT CODE ##########################################################