Skip to content

Commit

Permalink
Run docker in background before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 authored May 23, 2024
1 parent aadf657 commit 043c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2
- name: Build
working-directory: ./tests
run: docker compose build
run: docker compose up -d
- name: PHP Unit tests coverage
working-directory: ./tests
run: docker compose run --rm php-cli vendor/bin/phpunit --coverage-clover ./tests/runtime/coverage.xml
Expand Down

0 comments on commit 043c450

Please sign in to comment.