mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix workflow
This commit is contained in:
parent
064a8baeaf
commit
926f421d6e
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -281,7 +281,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# run copies of the current job in parallel
|
||||
jobs: 5
|
||||
job: [0, 1, 2, 3, 4]
|
||||
steps:
|
||||
##########################################################################
|
||||
@ -325,7 +324,7 @@ jobs:
|
||||
- name: cypress | Fullstack tests
|
||||
run: |
|
||||
yarn install
|
||||
yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ matrix.jobs }})
|
||||
yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} 5 )
|
||||
##########################################################################
|
||||
# UPLOAD SCREENSHOTS & VIDEO #############################################
|
||||
##########################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user