Skip to content

SSE htmx example (#435) #71

SSE htmx example (#435)

SSE htmx example (#435) #71

Workflow file for this run

name: master
on:
push:
branches:
- master
jobs:
ci:
uses: ThreeDotsLabs/watermill/.github/workflows/tests.yml@master
with:
stress-tests: true
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
- run: make test_codecov
- uses: codecov/codecov-action@v3