check out tests before running stack
This commit is contained in:
parent
8146590079
commit
dddc99cd97
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user