diff --git a/.gitea/workflows/test_run.yaml b/.gitea/workflows/test_run.yaml index 9dfcee7..da5ef12 100644 --- a/.gitea/workflows/test_run.yaml +++ b/.gitea/workflows/test_run.yaml @@ -23,4 +23,6 @@ jobs: fi echo "✅ Flask server started successfully" kill $SERVER_PID - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + +# https://git.fybe.dev/fybe_servers/adrive/actions/workflows/test_run.yaml/badge.svg?branch=main \ No newline at end of file