Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 13, 2024
1 parent 28f2b1e commit 2d844fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: linux-logs
name: linux-logs-${{ matrix.php }}-${{ matrix.stability }}
path: |
vendor/orchestra/testbench-core/laravel/storage/logs
!vendor/**/.gitignore
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: windows-logs
name: windows-logs-${{ matrix.php }}-${{ matrix.stability }}
path: |
vendor/orchestra/testbench-core/laravel/storage/logs
!vendor/**/.gitignore

0 comments on commit 2d844fe

Please # to comment.