make tests executable before running

:^)
This commit is contained in:
Lion Kortlepel 2022-05-26 15:44:39 +02:00
parent 3d7db6d0bc
commit b4f97a6da0
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

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