Use working-directory for build and test steps

Agent-Logs-Url: https://github.com/tbamud/tbamud/sessions/02b27398-2736-4f5c-bbd9-b212340323f8

Co-authored-by: welcor <357770+welcor@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-22 21:29:01 +00:00
committed by GitHub
parent 2ef139a7d4
commit 063bd86a69

View File

@@ -19,6 +19,8 @@ jobs:
- name: configure
run: ./configure
- name: build
run: cd src && touch .accepted && make
working-directory: src
run: touch .accepted && make
- name: test
run: cd tests && make test
working-directory: tests
run: make test