Skip to content
Snippets Groups Projects
Commit 5a0c53ba authored by kaiyou's avatar kaiyou
Browse files

Try running automated tests

parent 29d80667
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ test: ...@@ -5,6 +5,7 @@ test:
stage: test stage: test
image: python:3.10-slim image: python:3.10-slim
script: script:
- pip install poetry
- poetry install - poetry install
- poetry run playwright install - poetry run playwright install
- nohup poetry run flask run & - nohup poetry run flask run &
......
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