From fde5bc7fb63a9a01741ea459ac685229a65a9e34 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 26 May 2022 13:50:50 +0200 Subject: [PATCH] remove tests from linux action --- .github/workflows/cmake-linux.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 5b605e3..8c5cc16 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -36,12 +36,7 @@ jobs: working-directory: ${{github.workspace}}/build-linux shell: bash run: cmake --build . --config $BUILD_TYPE - - - name: Run Tests - working-directory: ${{github.workspace}}/build-linux - shell: bash - run: ./BeamMP-Server-test - + - name: Archive artifacts uses: actions/upload-artifact@v2 with: