Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Aug 26, 2024
1 parent 5bd1dda commit 1dffd27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
run: chmod -R 777 storage bootstrap/cache

- name: Run tests (Unit and Feature)
working-directory: ./api
run: ./vendor/bin/pest -p
env:
DB_CONNECTION: ${{ matrix.connection }}
Expand All @@ -159,10 +160,9 @@ jobs:
- name: "Archive log results"
if: always()
uses: actions/upload-artifact@v3
working-directory: ./api
with:
name: log results
path: storage/logs/laravel.log
path: api/storage/logs/laravel.log
retention-days: 3

build-nuxt-app:
Expand Down

0 comments on commit 1dffd27

Please sign in to comment.