Skip to content

feat: enhances e2e shannon relay test to a true E2E #36

feat: enhances e2e shannon relay test to a true E2E

feat: enhances e2e shannon relay test to a true E2E #36

Workflow file for this run

name: Run E2E Tests
on:
push:
branches: [main]
pull_request:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.3"
- name: copy E2E config
run: make copy_test_config
- name: update E2E config from secrets
env:
GATEWAY_PRIVATE_KEY: ${{ secrets.GATEWAY_PRIVATE_KEY }}
run: ./e2e/scripts/update_config_from_secrets.sh
- name: Run E2E Tests
run: make test_e2e_shannon_relay