defer test to after upload so I can debug locally
This commit is contained in:
parent
c14a99a7c3
commit
da76c1d95d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user