diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53162f5e..426e90bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: exit 1 - name: Build Docker image sqlite - run: make build + run: make build-sqlite - name: Build Docker image pg run: make build-pg