diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1165ebd62..e6fef6eba 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: