From d9c4c64ea7dbc1b430115911e192fc0d53df5774 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Mon, 3 Feb 2025 13:44:05 +0100 Subject: [PATCH] try --- .gitea/workflows/testing_on_host.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/testing_on_host.yaml b/.gitea/workflows/testing_on_host.yaml index 385bdc0..8e5bad3 100644 --- a/.gitea/workflows/testing_on_host.yaml +++ b/.gitea/workflows/testing_on_host.yaml @@ -1,12 +1,14 @@ -on: [ push ] +name: test + +on: + - pull_request + - push jobs: - Deploy-DotEnv-To-Devel: - runs-on: shell - defaults: - run: - shell: bash + build-docs: + runs-on: ubuntu-latest steps: - - name: write secret to dotenv - run: - echo "Hello World !!" + - uses: actions/checkout@v4 + - name: Run main.sh + run: | + bash -c "echo "Hello"