From 5b8c3bb4c4497a579c192ca47382130d94d18dc9 Mon Sep 17 00:00:00 2001 From: bigboss Date: Tue, 19 Mar 2024 14:34:41 -0300 Subject: [PATCH] fix tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f56a82e..4e36387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,7 +150,7 @@ jobs: - name: Load fixtures in test application - run: (cd tests/Application && bin/console sylius:fixtures:load vendor -n) + run: (cd tests/Application && bin/console sylius:fixtures:load -n) - name: Validate composer.json