diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7333cf5..675fbc8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,8 +30,11 @@ jobs: echo "::add-matcher::${{ runner.tool_cache }}/php.json" echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" + - name: Activate Pest Composer Plugin + run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true + - name: Install dependencies - run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true && composer update --${{ matrix.stability }} --prefer-dist --no-interaction + run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests run: vendor/bin/pest