Skip to content

Merge remote-tracking branch 'origin/dependabot/go_modules/golang.org… #182

Merge remote-tracking branch 'origin/dependabot/go_modules/golang.org…

Merge remote-tracking branch 'origin/dependabot/go_modules/golang.org… #182

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test-all
pushover:
name: pushover if failure
if: github.ref_name == github.event.repository.default_branch && failure()
needs: [test]
uses: ./.github/workflows/pushover.yml