remove tests from linux action

This commit is contained in:
Lion Kortlepel 2022-05-26 13:50:50 +02:00
parent 22b63220c7
commit fde5bc7fb6
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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