Skip to content

Commit

Permalink
change workflow, accomodate tests for contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
marsian83 committed Nov 24, 2024
1 parent 2c2b4ef commit eb5e099
Show file tree
Hide file tree
Showing 3 changed files with 1,007 additions and 47 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/ci_deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,9 @@ jobs:
- name: Run Deno lint
run: deno lint

# - name: Setup Hardhat
# working-directory: ./packages/contracts
# run: deno i

# - name: Compile Hardhat
# working-directory: ./packages/contracts
# run: deno task compile

# - name: Run Contracts tests
# working-directory: ./packages/contracts
# run: |
# nohup deno task localnode >/dev/null 2>&1 &
# sleep 5 &
# deno test --allow-net
- name: Run Contracts tests
working-directory: ./packages/contracts
run: |
nohup deno task localnode >/dev/null 2>&1 &
sleep 5 &
deno task tests
Loading

0 comments on commit eb5e099

Please sign in to comment.