From 39fd46028f729db332d78c07c36405cdf03163e1 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Mon, 3 Feb 2025 20:12:20 +0100 Subject: [PATCH] test --- .gitea/workflows/testing_on_host.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/testing_on_host.yaml b/.gitea/workflows/testing_on_host.yaml index af66b78..94699b5 100644 --- a/.gitea/workflows/testing_on_host.yaml +++ b/.gitea/workflows/testing_on_host.yaml @@ -9,8 +9,11 @@ jobs: runs-on: shell steps: - name: Run Shell Command + shell: bash run: ansible --version - name: Run 2 + shell: bash run: echo "Hello World" - name: Test User + shell: bash run: echo "Ich bin User $USER"