Skip to content

Commit

Permalink
Upmerge and adapt CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jul 12, 2024
1 parent c92029d commit 896618e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
FLOW_TARGET_VERSION: "9.0"
FLOW_CONTEXT: Testing
FLOW_FOLDER: ../flow-base-distribution
FLOW_FOLDER: ../flow-development-collection
PACKAGE_FOLDER: redirecthandler-databasestorage

strategy:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Prepare Flow distribution
run: |
git clone https://github.com/neos/flow-base-distribution.git -b "${FLOW_TARGET_VERSION}" "${FLOW_FOLDER}"
git clone https://github.com/neos/flow-development-collection.git -b "${FLOW_TARGET_VERSION}" "${FLOW_FOLDER}"
cd ${FLOW_FOLDER}
git -C ../${{ env.PACKAGE_FOLDER }} checkout -b build
Expand Down

0 comments on commit 896618e

Please sign in to comment.