Skip to content

Commit

Permalink
fix vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Nov 8, 2024
1 parent a13619b commit a2704e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- name: Start storage
run: |
docker compose up -d
sleep 10
- name: Doctor
run: |
docker compose logs tests
docker ps
docker compose exec -T tests ls -la /usr/src/code
docker compose exec -T tests pwd
- name: Unit Tests
run: docker compose exec -T tests vendor/bin/phpunit --configuration phpunit.xml --debug --testsuite unit
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ services:
build:
context: .
volumes:
- ./:/usr/src/code
- ./:/usr/src/code
- /usr/src/code/vendor

0 comments on commit a2704e7

Please sign in to comment.