test-pr-server.yml: Set working directory to server to fix commands not running against our go code

This commit is contained in:
IRHM
2026-07-16 09:15:30 +01:00
committed by momi
parent 38fba0ac10
commit a08b19675a
+5 -1
View File
@@ -11,9 +11,13 @@ on:
- "server/**"
jobs:
format_check_go:
test_and_format_check_go:
runs-on: ubuntu-latest
defaults:
run:
working-directory: server
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5