Skip to content

Commit

Permalink
fix: test if it still works
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Feb 7, 2025
1 parent 7359cad commit c5da650
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ jobs:
uses: bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@feat/better-sharable-actions
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@feat/better-sharable-actions
test-zk:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test-zk.yml@feat/better-sharable-actions
merge:
name: Merge artifacts
runs-on: ubuntu-latest
needs: [test, test-zk]
if: always()
steps:
- uses: actions/upload-artifact/merge@v4
with:
# The name of the artifact that the artifacts will be merged into
# Optional. Default is 'merged-artifacts'
name: 'content'
# test-zk:
# uses: bgd-labs/github-workflows/.github/workflows/foundry-test-zk.yml@feat/better-sharable-actions
# merge:
# name: Merge artifacts
# runs-on: ubuntu-latest
# needs: [test, test-zk]
# if: always()
# steps:
# - uses: actions/upload-artifact/merge@v4
# with:
# # The name of the artifact that the artifacts will be merged into
# # Optional. Default is 'merged-artifacts'
# name: 'content'

# A glob pattern matching the artifacts that should be merged.
# Optional. Default is '*'
pattern: 'content*'
# # A glob pattern matching the artifacts that should be merged.
# # Optional. Default is '*'
# pattern: 'content*'

delete-merged: true
# delete-merged: true

0 comments on commit c5da650

Please sign in to comment.