Skip to content

Commit

Permalink
ticket-1577 IMA Agent moved into it's own repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Oct 12, 2023
1 parent 1191cfa commit 980116b
Show file tree
Hide file tree
Showing 27 changed files with 12 additions and 1,871 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,16 @@ jobs:
run: |
npx ganache --miner.blockGasLimit 12000000 --logging.quiet --chain.allowUnlimitedContractSize --wallet.defaultBalance 2000000 --wallet.accountKeysPath ../test/accounts.json &
- name: Prepare test (PY part)
working-directory: ./test
run: |
python3 ../scripts/config_from_accounts.py accounts.json config.json
pip3 install -r requirements.txt
- name: Run test (PY part)
working-directory: ./test
run: |
python3 test.py
# - name: Prepare test (PY part)
# working-directory: ./test
# run: |
# python3 ../scripts/config_from_accounts.py accounts.json config.json
# pip3 install -r requirements.txt

# - name: Run test (PY part)
# working-directory: ./test
# run: |
# python3 test.py

- name: Prepare test (JS part)
working-directory: ./test
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "AGPL-3.0",
"author": "SKALE Labs and contributors",
"scripts": {
"lint-check": "eslint ./agent/*.*js ./npms/skale-*/*.*js ./test/*.*js ./agent/test/*.*js",
"lint-fix": "eslint ./agent/*.*js ./npms/skale-*/*.*js ./test/*.*js ./agent/test/*.*js --fix",
"lint-check": "eslint ./test/*.*js",
"lint-fix": "eslint ./test/*.*js --fix",
"postinstall": "./postinstall.sh",
"check-outdated": "yarn outdated",
"upgrade-to-latest": "yarn upgrade --latest"
Expand Down
65 changes: 0 additions & 65 deletions test/proxy/deployer.py

This file was deleted.

33 changes: 0 additions & 33 deletions test/proxy/proxy_environment.py

This file was deleted.

1 change: 0 additions & 1 deletion test/requirements.txt

This file was deleted.

49 changes: 0 additions & 49 deletions test/test.py

This file was deleted.

6 changes: 0 additions & 6 deletions test/test_cases/__init__.py

This file was deleted.

62 changes: 0 additions & 62 deletions test/test_cases/a_lot_of_send_ether_to_schain.py

This file was deleted.

85 changes: 0 additions & 85 deletions test/test_cases/load_send_ether_from_mainnet_to_schain_and_back.py

This file was deleted.

Loading

0 comments on commit 980116b

Please sign in to comment.