From 380d7402119236906fdb3d89f5722a5178d23a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 23 Aug 2024 08:05:41 +0200 Subject: [PATCH] ci: fix Windows build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 836d028effd..99fd764eaa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -945,7 +945,7 @@ jobs: run: | composer global require soyuka/pmu composer global config allow-plugins.soyuka/pmu true --no-interaction - composer global link . --working-directory=${{ github.workspace }} + composer global link . --working-directory="${{ github.workspace }}" - name: Clear test app cache run: tests/Fixtures/app/console cache:clear --ansi - name: Run Behat tests