add working directory should work
All checks were successful
Run short tests / run-tests (push) Successful in 1m21s
Run nightly tests / build (push) Successful in 1m30s

This commit is contained in:
2025-05-21 20:01:40 +02:00
parent e1a9f24d2b
commit 14e589f2ee

View File

@@ -16,7 +16,8 @@ jobs:
with: with:
go-version: '1.23' go-version: '1.23'
- name: build - name: build
run: pwd working-directory: ./src
run: go build
# nightly-tests: # nightly-tests:
# runs-on: [ubuntu-latest, cloud] # runs-on: [ubuntu-latest, cloud]
# steps: # steps: