From e71594c9b152a7f2e4f635cf89432bae8c8f2ba3 Mon Sep 17 00:00:00 2001 From: Perry Rylance Date: Sun, 28 Apr 2024 09:57:48 +0100 Subject: [PATCH] Try installing packages before run --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 375ae50..8ef6f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install packages + run: composer install - name: Run PHPUnit tests run: | chmod +x ./tests.sh