diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e044436f..b5567105 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,7 +92,7 @@ jobs: # Create Build build: - needs: [static-test] + needs: [static-test, unit-test, integration-test] name: 🏗️ Build runs-on: ubuntu-latest steps: