Skip to content

Commit

Permalink
fix(contracts): ensure contracts project not rebuilt when testing in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Mar 15, 2024
1 parent 7f325b7 commit 942e439
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/contracts/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ source $(pwd)/scripts/evm
### Setup EVM

# Ensure we compiled sources

yarn build
if [[ $CI != true ]]; then
yarn build
fi

### Cleanup
function cleanup() {
Expand Down

0 comments on commit 942e439

Please sign in to comment.