diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 19:06:37 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 19:06:37 +1100 |
commit | da76c1d95d7daaa5290728ef6834baf2185bb03c (patch) | |
tree | 87b1c524780f4afeecd83aa321fb9d9098b61820 /.github | |
parent | c14a99a7c329ec4561a22bf78f31f46e0b91bfb4 (diff) |
defer test to after upload so I can debug locally
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 6 insertions, 1 deletions
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: |