Skip to content

Commit

Permalink
fix: upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 19, 2024
1 parent d8270db commit 937eb8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ jobs:
with:
ZKSYNC: true
mode: 'CHANGED'

- name: Run Forge tests
uses: bgd-labs/github-workflows/.github/actions/comment-artifact@main

# we let failing tests pass so we can log them in the comment, still we want the ci to fail
- name: Post test
if: ${{ steps.test.outputs.testStatus != 0 || steps.zktest.outputs.testStatus != 0 }}
run: |
echo "tests failed"
exit 1

0 comments on commit 937eb8a

Please sign in to comment.