Attempt build with gitea
All checks were successful
Build and Test / build_and_push (push) Successful in 2m17s
Build and Test / test (push) Successful in 2s

This commit is contained in:
2025-03-07 23:21:46 -08:00
parent ff4d7e1bb7
commit 076c79cc7f

View File

@@ -26,6 +26,8 @@ jobs:
push: true push: true
tags: gitea.perren.cloud/caperren/caperren-com:latest tags: gitea.perren.cloud/caperren/caperren-com:latest
test: test:
runs-on: ubuntu-latest
steps:
- run: echo "Tests would go here" - run: echo "Tests would go here"
# - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." # - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" # - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"