Skip to content

Commit

Permalink
Disable manta-pay rpc tests on manta-runtiem integrati0n tests
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev committed Apr 13, 2023
1 parent 12380b6 commit ebe72c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integration_test_manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,14 @@ jobs:
with:
repository: Manta-Network/Manta
path: Manta
- name: run test suites
run: |
sleep 120
cd ${{ github.workspace }}/Manta/tests
yarn install
yarn
yarn correctness_test --address=ws://127.0.0.1:9921 --exit
yarn performance_test --address=ws://127.0.0.1:9921 --exit
# - name: run test suites
# run: |
# sleep 120
# cd ${{ github.workspace }}/Manta/tests
# yarn install
# yarn
# yarn correctness_test --address=ws://127.0.0.1:9921 --exit
# yarn performance_test --address=ws://127.0.0.1:9921 --exit
- name: check if target block is finalized
run: |
cd ${{ github.workspace }}/dev-tools-manta/check-finalized-block
Expand Down

0 comments on commit ebe72c8

Please sign in to comment.