test runner
This commit is contained in:
parent
879a8f4e01
commit
743226fcbf
1 changed files with 3 additions and 1 deletions
2
run.py
2
run.py
|
|
@ -4,3 +4,5 @@ app = create_app()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0', port=5000, debug=True)
|
app.run(host='0.0.0.0', port=5000, debug=True)
|
||||||
|
|
||||||
|
# this line is only here for to check if Forgejo runner works
|
||||||
Loading…
Add table
Add a link
Reference in a new issue