diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..3ff7f95 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +stages: + - mon_app + +test_app: + stage: mon_app + image: python:latest + script: + - echo "hello world" +