check out tests before running stack
Some checks failed
Test / Run unit tests (pull_request) Failing after 3m46s
Test / Run integration tests (pull_request) Failing after 27m45s

This commit is contained in:
Roy Crihfield 2023-08-08 16:22:50 +08:00
parent 8146590079
commit dddc99cd97

View File

@ -72,9 +72,6 @@ jobs:
- run: |
apt-get update && apt-get install -y python3-pip
pip install ./stack-orchestrator
- name: "Run testnet stack"
working-directory: ./plugeth-statediff
run: ./scripts/integration-setup.sh
- name: "Clone system-tests"
uses: actions/checkout@v3
with:
@ -82,6 +79,9 @@ jobs:
ref: main
path: ./system-tests
token: ${{ secrets.CICD_REPO_TOKEN }}
- name: "Run testnet stack"
working-directory: ./plugeth-statediff
run: ./scripts/integration-setup.sh
- name: "Run tests"
working-directory: ./system-tests
run: |