shalvah 2 anni fa
parent
commit
a49ee11ea9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

@@ -40,7 +40,7 @@ jobs:
 
       - name: Install dependencies (lowest)
         if: ${{ matrix.deps == 'lowest' }}
-        run: COMPOSER=composer.lowest.json composer update --prefer-stable
+        run: COMPOSER=composer.lowest.json composer update --prefer-stable; composer config --no-plugins allow-plugins.pestphp/pest-plugin
 
 
       - name: Execute tests (Laravel/Lumen)