Skip to content

fix: account for scenario where there is a nonce gap #72

fix: account for scenario where there is a nonce gap

fix: account for scenario where there is a nonce gap #72

Workflow file for this run

name: Run E2E Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Start tests
run: docker-compose -f "test/e2e/docker-compose.yml" up --abort-on-container-exit test_suite
- name: Stop containers
if: always()
run: docker-compose -f "test/e2e/docker-compose.yml" down