[wip] Run system-tests in CI
This commit is contained in:
parent
91cc0aef2a
commit
685f1aa4da
18
.github/workflows/tests.yaml
vendored
18
.github/workflows/tests.yaml
vendored
@ -13,7 +13,8 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
SO_VERSION: v1.1.0-36d4969-202407091537
|
SO_VERSION: v1.1.0-36d4969-202407091537
|
||||||
FIXTURENET_ETH_STACKS_REF: main
|
FIXTURENET_ETH_STACKS_REF: roysc/set-validator-creds
|
||||||
|
SYSTEM_TESTS_REF: roysc/test-withdrawals
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@ -83,6 +84,21 @@ jobs:
|
|||||||
go install github.com/onsi/ginkgo/v2/ginkgo
|
go install github.com/onsi/ginkgo/v2/ginkgo
|
||||||
ginkgo -v --label-filter '!proxy' -r ./integration
|
ginkgo -v --label-filter '!proxy' -r ./integration
|
||||||
|
|
||||||
|
- name: Clone system-tests
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: cerc-io/system-tests
|
||||||
|
ref: ${{ env.SYSTEM_TESTS_REF }}
|
||||||
|
path: ./system-tests
|
||||||
|
token: ${{ secrets.CICD_REPO_TOKEN }}
|
||||||
|
progress: false
|
||||||
|
- name: Run system tests
|
||||||
|
working-directory: ./system-tests
|
||||||
|
run: |
|
||||||
|
pip install pytest
|
||||||
|
pip install -r requirements.txt
|
||||||
|
pytest -vv
|
||||||
|
|
||||||
- name: Run testnet stack without statediff
|
- name: Run testnet stack without statediff
|
||||||
env:
|
env:
|
||||||
CERC_RUN_STATEDIFF: false
|
CERC_RUN_STATEDIFF: false
|
||||||
|
Loading…
Reference in New Issue
Block a user