update docker command for compose build

This commit is contained in:
2025-03-26 16:00:03 -07:00
parent b442cdda21
commit 299bcfcf18

View File

@@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
-
- uses: actions/checkout@v4
- name: Build and test with Docker Compose
run: docker-compose run test
run: docker compose run test