Skip to content

Commit

Permalink
#14: Improved .yml file x12.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulin-evgeny committed May 25, 2024
1 parent 270395b commit 02baef1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ services:
POSTGRES_HOST_AUTH_METHOD: trust
volumes:
- ../:/app
command: ["-c", "fsync=off"]
command: ["-c", "fsync=off"]
networks:
- app-network

networks:
app-network:
driver: bridge

volumes:
pgdata:
4 changes: 4 additions & 0 deletions .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Prepare Containers
run: |
composer install
- name: Wait for DB
run: sleep 10

- name: Run Tests
run: |
php vendor/bin/phpunit --stop-on-failure ./tests/
Expand Down

0 comments on commit 02baef1

Please sign in to comment.