shalvah 3 years ago
parent
commit
97ac73ea90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/run-tests.yml

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

@@ -50,9 +50,9 @@ jobs:
 
 
       - name: Execute tests (Laravel/Lumen)
-        run: composer test-parallel-ci
+        run: composer test-ci
         if: ${{ matrix.deps != 'dingo' }}
 
       - name: Execute tests (Dingo)
-        run: COMPOSER=composer.dingo.json composer test-parallel-ci
+        run: COMPOSER=composer.dingo.json composer test-ci
         if: ${{ matrix.deps == 'dingo' }}