Skip to content

Commit

Permalink
ci: fix upload artifact name that missing matrix.db
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Dec 22, 2023
1 parent ee54175 commit 71a852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/upload-artifact@v4
if: github.actor != 'dependabot[bot]'
with:
name: test-reports-${{ matrix.php }}
name: test-reports-${{ matrix.php }}-${{ matrix.db }}
path: tests/reports

reports:
Expand Down

0 comments on commit 71a852a

Please sign in to comment.