mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-30 04:41:51 +02:00
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:
committed by
GitHub
parent
2ef139a7d4
commit
063bd86a69
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -19,6 +19,8 @@ jobs:
|
|||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: build
|
- name: build
|
||||||
run: cd src && touch .accepted && make
|
working-directory: src
|
||||||
|
run: touch .accepted && make
|
||||||
- name: test
|
- name: test
|
||||||
run: cd tests && make test
|
working-directory: tests
|
||||||
|
run: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user