Skip to content

Commit

Permalink
ci(Docker): performing tests on custom Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcides Ramos committed Oct 4, 2024
1 parent 2914626 commit 191c2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer phpstan --ansi

- name: Check PHPUnit
run: docker run --tty --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer tests --ansi
run: docker run --rm --interactive --mount type=bind,source="$(pwd)"/src,target=/var/www/html dockerized-php:dev composer tests --ansi

0 comments on commit 191c2d9

Please sign in to comment.