Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-machtelinckx committed Oct 31, 2024
1 parent 49735e4 commit 09d11b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
working-directory: ./
run: docker-compose up -d

# AUtoload Composer
- name: autoload composer
run: docker exec -i bdd_depresion_php-api_1 composer dump-autoload

# 8. Run PHPUnit tests
- name: Run PHPUnit tests
run: docker exec -i bdd_depresion_php-api_1 ./vendor/bin/phpunit tests/functional/DatabaseTest.php
Expand Down

0 comments on commit 09d11b6

Please sign in to comment.