diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1165ebd6..e6fef6eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -258,7 +258,7 @@ jobs: run: php-coveralls -v -x build/logs/clover-integration-ms.xml coveralls-finish: - needs: [unit, integration-test] + needs: [unit-test, integration-test] runs-on: ubuntu-latest steps: