Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix: working on fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino-Kupinic committed Mar 15, 2024
1 parent 6829fbb commit b7fb55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
php-version: '8.2'

- name: Install dependencies
run: cd backend && composer install
# - name: Install dependencies
# run: cd backend && composer install

- name: Run PHPUnit tests
run: php bin/phpunit

0 comments on commit b7fb55a

Please sign in to comment.