Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
auguzsto committed Feb 1, 2024
1 parent bf34f42 commit c944775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:

steps:
- uses: actions/checkout@v3
working-directory: /backend
working-directory: backend

- uses: php-actions/composer@v6

- name: PHPUnit Tests
uses: php-actions/phpunit@master
working-directory: /backend
working-directory: backend
with:
version: 9.6
bootstrap: vendor/autoload.php
Expand Down

0 comments on commit c944775

Please sign in to comment.