Skip to content

Commit b43e3c6

Browse files
committed
check outputs
1 parent b6e4fe3 commit b43e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727

2828
- name: Check outputs
2929
run: |
30+
set +e
3031
assert_eq "$(node -v)" "${{ steps.setup-node.outputs.node-version }}"
3132
3233
- name: Test Safe Chains
3334
run: |
34-
set +e
3535
npm install -g safe-chain-test
3636
exitCode=$?
3737
assert_eq "1" "$exitCode"

0 commit comments

Comments
 (0)