mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
test: test_data_integrity in workflow
This commit is contained in:
parent
9e85b0ada3
commit
3189548fd9
32
.github/workflows/test.yml
vendored
Normal file
32
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: Test E2E Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- test-data-availability-integrity
|
||||
|
||||
jobs:
|
||||
|
||||
tests:
|
||||
name: tests
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- name: Remove unwanted software
|
||||
uses: ./.github/actions/prune-vm
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
cache: 'pip'
|
||||
|
||||
- run: |
|
||||
pip install -r requirements.txt
|
||||
mkdir -p kzgrs
|
||||
wget https://raw.githubusercontent.com/logos-co/nomos-node/master/tests/kzgrs/kzgrs_test_params -O kzgrs/kzgrs_test_params
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest tests/data_integrity/test_data_integrity.py
|
||||
Loading…
x
Reference in New Issue
Block a user