unity-test-runner/action/entrypoint.sh

16 lines
195 B
Bash
Raw Normal View History

2019-11-30 15:36:27 +00:00
#!/usr/bin/env bash
#
# Run steps
2019-11-30 15:36:27 +00:00
#
source /steps/activate.sh
source /steps/run_tests.sh
source /steps/return_license.sh
2019-11-30 15:36:27 +00:00
#
# Exit with code from the build step.
2019-11-30 15:36:27 +00:00
#
exit $TEST_RUNNER_EXIT_CODE