Skip to content

📖 Add CI env variable to e2e docs #1098

📖 Add CI env variable to e2e docs

📖 Add CI env variable to e2e docs #1098

Workflow file for this run

---
name: Verify
on:
push:
branches:
- main
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run verifications
run: make verify