virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
742 stars 62 forks source link

OS.get_environment("VSS_ENV") is not working in ci builds #113

Closed you-win closed 2 years ago

you-win commented 2 years ago

There are some tests that cannot be run in ci (e.g. runtime loading GDNative libraries). These tests are toggled to return early by checking for the existence of an environment variable called VSS_ENV.

Currently, this does not appear to be working. A workaround is in place by checking for the Server feature, but this is not ideal.

you-win commented 2 years ago

Doesn't seem to be a problem anymore. It's also possible to pass flags to the application now, so I am closing the issue