Skip to content

update .github/workflows/stale-issue-pr.yaml #548

update .github/workflows/stale-issue-pr.yaml

update .github/workflows/stale-issue-pr.yaml #548

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
paths-ignore:
- README.md
pull_request:
branches:
- main
paths-ignore:
- README.md
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
unit-and-integration-tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: |
make test