mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
Use absolute test working directory
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
e414975fc5
commit
dd9fa50bb6
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
make -j"$(nproc)"
|
||||
|
||||
- name: Test
|
||||
working-directory: build
|
||||
working-directory: ${{ github.workspace }}/build
|
||||
run: ./bin/tests
|
||||
|
||||
- name: Package linux binaries
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user