From 5bdcfca180a25842f805f72ab4af2d625f0359c4 Mon Sep 17 00:00:00 2001 From: Pommmmmes <71598139+Pommmmmes@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:04:36 +0200 Subject: [PATCH] Added Test --- .gitea/workflows/example.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index 8f3a8b1..c78e76c 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -1 +1,17 @@ -https://git.ghlix.com/Open-Solution/OpenDesk_NIX_Configs.git \ No newline at end of file +https://git.ghlix.com/Open-Solution/OpenDesk_NIX_Configs.git + +test: + name: Test + on: + push: + branches: + - master + jobs: + test: + name: Test + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Run tests + run: echo "Running tests" \ No newline at end of file