diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cca4b2c..9c29df0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: E2E Tests +name: Build images on: push: @@ -8,6 +8,7 @@ jobs: build-docker: name: Build docker image runs-on: ubuntu-20.04 + needs: [lint, test, test-e2e] steps: - name: Clone the code uses: actions/checkout@v4