diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f1feaf06..958c3789 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Build with Maven + run: mvn install -DskipTests --file pom.xml + - name: Build the Docker image run: docker build . --file Dockerfile --tag schemacrawler-additional-lints:$(date +%s) env: