Skip to content

fix: reduce SSE wait_seconds from 30s to 5s in scenario watch #181

fix: reduce SSE wait_seconds from 30s to 5s in scenario watch

fix: reduce SSE wait_seconds from 30s to 5s in scenario watch #181

Workflow file for this run

name: test
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Repository smoke check
run: |
test -f README.md
test -f go.mod
test -d cmd
- name: Run Go tests
run: |
go test ./...