Skip to content

🌱 Force Cache Refresh when Server was not found by name. #49

🌱 Force Cache Refresh when Server was not found by name.

🌱 Force Cache Refresh when Server was not found by name. #49

Workflow file for this run

name: Go Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Run tests
run: go test ./...