Skip to content

chore: upgrades go version to 1.22.5 in main (#1434) #2

chore: upgrades go version to 1.22.5 in main (#1434)

chore: upgrades go version to 1.22.5 in main (#1434) #2

Workflow file for this run

# Manually run randomly generated E2E testnets (as nightly).
name: e2e-manual
on:
workflow_dispatch:
jobs:
e2e-nightly-test:
# Run parallel jobs for the listed testnet groups (must match the
# ./build/generator -g flag)
strategy:
fail-fast: false
matrix:
group: ['00', '01', '02', '03']
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/setup-go@v4
with:
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/e2e-manual.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e-manual.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
go-version: '1.22.2'
=======
go-version: '1.22.5'
>>>>>>> f03f8ec17 (chore: upgrades go version to 1.22.5 in main (#1434))
- uses: actions/checkout@v4
- name: Build
working-directory: test/e2e
# Run make jobs in parallel, since we can't run steps in parallel.
run: make -j2 docker generator runner tests
- name: Generate testnets
working-directory: test/e2e
# When changing -g, also change the matrix groups above
run: ./build/generator -g 4 -d networks/nightly -p
- name: Run ${{ matrix.p2p }} p2p testnets
working-directory: test/e2e
run: ./run-multiple.sh networks/nightly/*-group${{ matrix.group }}-*.toml