Skip to content

Commit

Permalink
[TMP] add composer root
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 2, 2024
1 parent 9e2a674 commit 087cc64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
name: Unit & integration tests
runs-on: "ubuntu-22.04"
timeout-minutes: 15

env:
COMPOSER_ROOT_VERSION=dev-ibx-8534-core-v5-p2
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -69,3 +70,5 @@ jobs:
functional-tests:
name: "REST functional tests"
uses: ./.github/workflows/integration-tests-callable.yaml
env:
COMPOSER_ROOT_VERSION=dev-ibx-8534-core-v5-p2

0 comments on commit 087cc64

Please sign in to comment.