mirror of
https://github.com/lowobservable/oec.git
synced 2026-02-11 10:36:24 +00:00
Update GitHub Actions workflow
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
python -m unittest discover tests
|
||||
# Display verbose output in CI environment.
|
||||
if [ -n "$CI" ]; then
|
||||
OPTS=-v
|
||||
fi
|
||||
|
||||
python -m unittest discover $OPTS tests
|
||||
|
||||
Reference in New Issue
Block a user