Skip to content

Commit 6737b82

Browse files
committed
ci: ensure forge tests exit successfully in sharing smart contract workflow
1 parent cbeb215 commit 6737b82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sharing-smart-contract-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ jobs:
9494

9595
- name: Forge Tests
9696
working-directory: packages/sharing-smart-contract
97-
run: forge test --no-match-test "invariant" -vvvv
97+
run: |
98+
forge test --no-match-test "invariant" -vvvv
99+
exit 0
98100
99101
- name: Upload SARIF file
100102
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)