Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Dec 11, 2024
1 parent e07a193 commit f201389
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,7 @@ jobs:
continue-on-error: false
env:
RUSTFLAGS: ""
run: |
set +e
output=$(sc-meta cs start & sc-meta test -c 2>&1)
if echo "$output" | grep -q "none of the selected packages contains these features: chain-simulator-tests"; then
echo "None of the selected packages contains chain-simulator-tests"
exit 0
fi
run: sc-meta cs start & sc-meta test -c

- name: Stop the chain simulator
env:
Expand Down

0 comments on commit f201389

Please sign in to comment.