Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
ci: add quotes to compose cmd to run
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 14, 2023
1 parent e84c436 commit 2014f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image_name: ghcr.io/${{ github.repository }}
build_dockerfile: docker/underpass.dockerfile
compose_service: underpass
compose_command: make check -j $(nproc)
compose_command: 'make check -j $(nproc)'
tag_override: ci
# TODO update postgis image to use github repo var ${{ vars.POSTGIS_TAG }}
cache_extra_imgs: |
Expand Down

0 comments on commit 2014f94

Please sign in to comment.