mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
fix workflow
This commit is contained in:
parent
33cae5b77b
commit
75b80b3616
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -250,7 +250,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# run copies of the current job in parallel
|
||||
jobs: 5
|
||||
job: [0, 1, 2, 3, 4]
|
||||
steps:
|
||||
##########################################################################
|
||||
@ -294,7 +293,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