Skip to content

Commit

Permalink
Fix Docker Compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Aug 27, 2024
1 parent 0d89708 commit e070289
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
test:
name: Build and test LocalGov Drupal
runs-on: ubuntu-latest



strategy:
fail-fast: false
matrix:
Expand All @@ -36,7 +35,7 @@ jobs:
run: jq --raw-output '.packages[] | select(.name | startswith("localgovdrupal/")) | ."require-dev" | values | to_entries[] | @sh "\(.key):\(.value)"' ./html/composer.lock | sort | uniq | xargs composer --working-dir=./html require --dev --no-interaction

- name: Start Docker environment
run: docker-compose up -d
run: docker compose up -d

- name: Run tests
run: ./run-tests.sh
Expand Down

0 comments on commit e070289

Please sign in to comment.