Skip to content

Commit

Permalink
Reset Git before making Docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
czenzel committed Feb 17, 2024
1 parent d8730b0 commit 99e75e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
run: ./vendor/bin/phpunit --verbose tests
working-directory: project4

- name: Reset Checkout
run: git reset --hard

- name: Build Docker Compose
run: docker compose build

0 comments on commit 99e75e9

Please sign in to comment.