mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix Cypress parallel jobs error for the additional job
This commit is contained in:
parent
5ee5dc05ab
commit
66eaf1a478
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -278,11 +278,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build_test_webapp, build_test_backend, build_test_neo4j]
|
needs: [build_test_webapp, build_test_backend, build_test_neo4j]
|
||||||
env:
|
env:
|
||||||
jobs: 8
|
jobs: 10
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# run copies of the current job in parallel
|
# run copies of the current job in parallel
|
||||||
job: [1, 2, 3, 4, 5, 6, 7, 8]
|
job: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||||
steps:
|
steps:
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# CHECKOUT CODE ##########################################################
|
# CHECKOUT CODE ##########################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user