mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: remove unit tests no longer in use
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -588,7 +588,6 @@ jobs:
|
|||||||
- name: Basic Tests all jobs
|
- name: Basic Tests all jobs
|
||||||
id: basictests
|
id: basictests
|
||||||
run: |
|
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
|
$gam version extended nooffseterror
|
||||||
export GAMVERSION=$($gam version simple)
|
export GAMVERSION=$($gam version simple)
|
||||||
echo "GAM Version ${GAMVERSION}"
|
echo "GAM Version ${GAMVERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user