diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bd1b1a6d..37e2acdd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -31,5 +31,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + - name: Build images + run: docker-compose -f integration/docker-compose.test.yml build - name: Run tests run: docker-compose -f integration/docker-compose.test.yml run integration