Skip to content

Commit

Permalink
fix: token dist 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 c93f311 commit 9b1a360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-token-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
run: yarn test
run: |
pushd packages/token-distribution
yarn test
4 changes: 1 addition & 3 deletions packages/contracts/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ source $(pwd)/scripts/evm
### Setup EVM

# Ensure we compiled sources
if [[ $CI != true ]]; then
yarn build
fi
yarn build

### Cleanup
function cleanup() {
Expand Down

0 comments on commit 9b1a360

Please sign in to comment.