Skip to content

⚡ add graceful shutdown support #12

⚡ add graceful shutdown support

⚡ add graceful shutdown support #12

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
- 'chart/**'
- 'charts/**'
- 'scripts/**'
- 'gen/openapi/**'
- '.github/**'
- 'LICENSE'
- '.taskfiles/**'
- 'Taskfile.yaml'
- '.gitignore'
- '.gosec.config.json'
- '.editorconfig'
- '.goreleaser.yaml'
- 'examples/**'
- '*.http'
- 'web/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.22'
- name: Install Task
uses: arduino/[email protected]
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: task test