mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
16 lines
195 B
Bash
16 lines
195 B
Bash
#!/usr/bin/env bash
|
|
|
|
#
|
|
# Run steps
|
|
#
|
|
|
|
source /steps/activate.sh
|
|
source /steps/run_tests.sh
|
|
source /steps/return_license.sh
|
|
|
|
#
|
|
# Exit with code from the build step.
|
|
#
|
|
|
|
exit $TEST_RUNNER_EXIT_CODE
|