make tests executable before running

:^)
This commit is contained in:
Lion Kortlepel
2022-05-26 15:44:39 +02:00
parent 3d7db6d0bc
commit b4f97a6da0

View File

@@ -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