Skip to content

Commit

Permalink
TASK: Document CI hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jun 23, 2024
1 parent 5886d3d commit 325a10c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,13 @@ jobs:
dbname: 'neos_functional_testing'
EOF
- name: Setup database schema
run: |
cd ${NEOS_BASE_FOLDER}
./flow doctrine:migrate --quite
- name: Setup CR
run: |
cd ${NEOS_BASE_FOLDER}
./flow cr:setup
- name: Run Behavioral tests
run: |
cd ${NEOS_BASE_FOLDER}
# we have to doctrine migrate and setup the cr here as otherwise a transaction error will occur:
# see also https://github.com/neos/neos-development-collection/pull/5005
FLOW_CONTEXT=Testing ./flow doctrine:migrate --quiet; FLOW_CONTEXT=Testing ./flow cr:setup
cd Packages/Application/Neos.RedirectHandler.NeosAdapter
composer run test:behavioral:stop-on-failure
Expand Down

0 comments on commit 325a10c

Please sign in to comment.