mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 04:38:33 +00:00
Use absolute test working directory
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user