Skip to content

Commit

Permalink
remove cli tests for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Nov 6, 2024
1 parent d382db0 commit 7ab16ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,3 @@ jobs:
run: |
export PYTHONPATH=.
pytest -m "not skip_on_windows and not require_localnet" .
- name: Run CLI tests
shell: bash
run: |
export PROXY=https://testnet-gateway.multiversx.com
export CHAIN_ID=T
cd ./multiversx_sdk_cli/tests
testAll || return 1

0 comments on commit 7ab16ba

Please sign in to comment.