Files
Bubberstation/tools/tgs_test
Jordan Dominion f9d06dce09 Fix TGS Test (#86840)
TGS now does some validation of the access token you give it, which
doesn't work well in an actions environment. Just don't give it a token
unless absolutely necessary.

Private repos can eat shit cause this is AGPL code.
2024-09-22 17:59:13 +02:00
..

TGS Test Script

This is a simple app that does a few things

  • Downloads .tgs.yml information from a specific commit of a given repository.
  • Checks that the BYOND version in the .tgs.yml file matches the dependencies.sh version.
  • Connects to a TGS instance via command line parameters.
  • Uses the .tgs.yml information to automatically set up a TGS instance.
  • Runs a TGS deploy/launch and validates that they succeeded.

Look for its invocation in the GitHub workflows