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' }}