diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e637d17..9b870ff 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,6 @@ name: Build and Test run-name: ${{ gitea.actor }} is triggered a new -on: [push] +on: [ push ] jobs: build_and_push: @@ -26,7 +26,9 @@ jobs: push: true tags: gitea.perren.cloud/caperren/caperren-com:latest test: - - run: echo "Tests would go here" + runs-on: ubuntu-latest + steps: + - run: echo "Tests would go here" # - 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 "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."