actions: remove unit tests no longer in use

This commit is contained in:
Jay Lee
2025-09-05 17:29:53 -04:00
committed by GitHub
parent 9ad64c9efa
commit 201f0b0eab

View File

@@ -588,7 +588,6 @@ jobs:
- name: Basic Tests all jobs
id: basictests
run: |
$PYTHON -m unittest discover --start-directory ./ --pattern "*_test.py" --buffer || if [ $? != 5 ]; then exit $?; fi # exit 5 is no tests
$gam version extended nooffseterror
export GAMVERSION=$($gam version simple)
echo "GAM Version ${GAMVERSION}"