Skip to content

Commit

Permalink
Upload test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Oct 23, 2023
1 parent 898ca29 commit 599f44e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@ jobs:

- name: Execute tests
run: sudo vendor/bin/phpunit

- name: Upload logs
uses: actions/upload-artifact@v3
with:
name: logs-{{ matrix.php}}-{{ matrix.laravel }}.log
path: vendor/orchestra/testbench-core/laravel/storage/logs/laravel.log
retention-days: 1

0 comments on commit 599f44e

Please sign in to comment.