From da76c1d95d7daaa5290728ef6834baf2185bb03c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:06:37 +1100 Subject: [PATCH] defer test to after upload so I can debug locally --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69ba004..1ffe0aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,6 @@ jobs: cmakeListsTxtPath: '${{ github.workspace }}/source/CMakeLists.txt' configurePreset: 'linux-release' buildPreset: 'linux-release' - testPreset: 'linux-release' - name: Assemble Files working-directory: ${{ github.workspace }} @@ -156,6 +155,12 @@ jobs: name: OpenStarbound-Linux path: dist.tar + - name: Run Tests + uses: lukka/run-cmake@v10 + with: + cmakeListsTxtPath: '${{ github.workspace }}/source/CMakeLists.txt' + testPreset: 'linux-release' + - name: Upload Client Files uses: actions/upload-artifact@v4 with: