Skip to content

Commit

Permalink
feat(ci): tone down node logs (#4319)
Browse files Browse the repository at this point in the history
* feat(ci): tone down node logs

* test: run e2e

* temp: use wallet e2e instead

* fix: change env too

* fix: revert temp commits

* refactor: add env table
  • Loading branch information
VmMad authored Dec 4, 2024
1 parent d5c68f0 commit fee6f9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ concurrency:
group: e2e-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
RUST_LOG: warn

jobs:
# Run e2e test against localnet built on the develop branch
localnet:
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
- name: Set env
run: |
echo "VITE_IOTA_BIN=$PWD/target/debug/iota" >> $GITHUB_ENV
echo "E2E_RUN_LOCAL_NET_CMD=(RUST_LOG=info RUST_BACKTRACE=1 $(echo $PWD/target/debug/iota) start --with-faucet --force-regenesis --with-indexer --with-graphql)" >> $GITHUB_ENV
echo "E2E_RUN_LOCAL_NET_CMD=(RUST_BACKTRACE=1 $(echo $PWD/target/debug/iota) start --with-faucet --force-regenesis --with-indexer --with-graphql)" >> $GITHUB_ENV
- name: Run TS SDK e2e tests
if: inputs.isTypescriptSDK || inputs.isRust || github.ref_name == 'develop'
Expand Down

0 comments on commit fee6f9b

Please sign in to comment.