Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmichel committed Sep 22, 2021
1 parent 909329c commit a2fcc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
env:
BINARY_PATH: ../build/moonbeam
# `debug` or `trace` require `--wasm-runtime-overrides`. For CI we can provide any directory.
ETHAPI_CMD: --wasm-runtime-overrides=/ --ethapi=txpool,debug,trace
ETHAPI_CMD: --wasm-runtime-overrides=../ --ethapi=txpool,debug,trace
run: |
cd moonbeam-types-bundle
npm install
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
env:
BINARY_PATH: ../build/moonbeam-tracing
# `debug` or `trace` require `--wasm-runtime-overrides`. For CI we can provide any directory.
ETHAPI_CMD: --wasm-runtime-overrides=/ --ethapi=txpool,debug,trace
ETHAPI_CMD: --wasm-runtime-overrides=../ --ethapi=txpool,debug,trace
run: |
cd tests
node_modules/.bin/mocha --parallel -j 7 -r ts-node/register 'tracing-tests/**/test-*.ts'
Expand Down

0 comments on commit a2fcc67

Please sign in to comment.