Skip to content
Snippets Groups Projects
Commit 8269c71c authored by Dennis Box's avatar Dennis Box
Browse files

works in my container, why not in github action

parent 6a052968
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ jobs:
source /data/setup-enstore
cd /__w/enstore/enstore
export PYTHONPATH=`pwd`:`pwd`/src:`pwd`/HTMLgen:`pwd`/PyGreSQL:$PYTHONPATH
export USER=enstore
coverage run -m pytest src/tests || printf "some unit test exited code $?\n\n"
coverage report --omit 'HTMgen/*','DBUtils/*','config-file*','/opt/*','src/tests/*','*/__init__.py'
coverage html --omit 'HTMgen/*','DBUtils/*','config-file*','/opt/*','src/tests/*','*/__init__.py'
......
......@@ -4,6 +4,7 @@
This is a simple log client. It sends log messages to the log server
via port specified in the Log Server dictionary entry in the enstore
configuration file ( can be specified separately)
"""
# system imports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment