From b4f97a6da031ef7f655a4a960448ad75aea6d084 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 26 May 2022 15:44:39 +0200 Subject: [PATCH] make tests executable before running :^) --- .github/workflows/cmake-linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 0ad0e8f..743cced 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -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