mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
make tests executable before running
:^)
This commit is contained in:
4
.github/workflows/cmake-linux.yml
vendored
4
.github/workflows/cmake-linux.yml
vendored
@@ -67,4 +67,6 @@ jobs:
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}
|
||||
shell: bash
|
||||
run: ./BeamMP-Server-tests
|
||||
run: |
|
||||
chmod +x ./BeamMP-Server-tests
|
||||
./BeamMP-Server-tests
|
||||
|
||||
Reference in New Issue
Block a user