Further fix test execution on GitLab CI
This commit is contained in:
parent
afb0b8a435
commit
b1207b9c2c
|
@ -189,9 +189,8 @@ run_tests:
|
|||
- job: build_asms_release
|
||||
artifacts: false
|
||||
script:
|
||||
- cd src/BizHawk.Version
|
||||
- dotnet build -c Release # configuration doesn't really matter as the assembly is empty
|
||||
- ../../Dist/BuildTestRelease.sh
|
||||
- Dist/BuildDebug.sh # populate output
|
||||
- Dist/BuildTestRelease.sh
|
||||
stage: test
|
||||
|
||||
.disabled_job_sast:
|
||||
|
|
Loading…
Reference in New Issue