check out tests before running stack
This commit is contained in:
parent
8146590079
commit
dddc99cd97
@ -72,9 +72,6 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
apt-get update && apt-get install -y python3-pip
|
apt-get update && apt-get install -y python3-pip
|
||||||
pip install ./stack-orchestrator
|
pip install ./stack-orchestrator
|
||||||
- name: "Run testnet stack"
|
|
||||||
working-directory: ./plugeth-statediff
|
|
||||||
run: ./scripts/integration-setup.sh
|
|
||||||
- name: "Clone system-tests"
|
- name: "Clone system-tests"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -82,6 +79,9 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
path: ./system-tests
|
path: ./system-tests
|
||||||
token: ${{ secrets.CICD_REPO_TOKEN }}
|
token: ${{ secrets.CICD_REPO_TOKEN }}
|
||||||
|
- name: "Run testnet stack"
|
||||||
|
working-directory: ./plugeth-statediff
|
||||||
|
run: ./scripts/integration-setup.sh
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
working-directory: ./system-tests
|
working-directory: ./system-tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user