Further fix test execution on GitLab CI

This commit is contained in:
YoshiRulz 2022-08-10 19:37:31 +10:00
parent afb0b8a435
commit b1207b9c2c
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 3 deletions

View File

@ -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: