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'
|
cmakeListsTxtPath: '${{ github.workspace }}/source/CMakeLists.txt'
|
||||||
configurePreset: 'linux-release'
|
configurePreset: 'linux-release'
|
||||||
buildPreset: 'linux-release'
|
buildPreset: 'linux-release'
|
||||||
testPreset: 'linux-release'
|
|
||||||
|
|
||||||
- name: Assemble Files
|
- name: Assemble Files
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
@ -156,6 +155,12 @@ jobs:
|
|||||||
name: OpenStarbound-Linux
|
name: OpenStarbound-Linux
|
||||||
path: dist.tar
|
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
|
- name: Upload Client Files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user