shalvah 3 سال پیش
والد
کامیت
97ac73ea90
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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' }}