Skip to content

Commit

Permalink
fix: ci order
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Feb 7, 2025
1 parent 7d9a98b commit ec815b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
merge:
name: Merge artifacts
runs-on: ubuntu-latest
needs: [test, test-zk]
if: always()
steps:
- uses: actions/upload-artifact/merge@v4
if: always()
with:
# The name of the artifact that the artifacts will be merged into
# Optional. Default is 'merged-artifacts'
Expand All @@ -31,3 +32,5 @@ jobs:
# A glob pattern matching the artifacts that should be merged.
# Optional. Default is '*'
pattern: 'content*'

delete-merged: true

0 comments on commit ec815b2

Please sign in to comment.