From 9afb85f5801603db869b5cb5c9641785f324b526 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 24 Aug 2025 16:09:30 +1200 Subject: [PATCH] Update .gitea/workflows/BuildTestPublish.yaml --- .gitea/workflows/BuildTestPublish.yaml | 3 --- test.sh | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 test.sh diff --git a/.gitea/workflows/BuildTestPublish.yaml b/.gitea/workflows/BuildTestPublish.yaml index a69fcf1..74267fd 100644 --- a/.gitea/workflows/BuildTestPublish.yaml +++ b/.gitea/workflows/BuildTestPublish.yaml @@ -24,9 +24,6 @@ jobs: registry: gitea.jde.nz username: DoesntMatter password: ${{ secrets.DOCKER_PUSH_TOKEN }} - - name: Build - run: | - ./build.sh - name: Test run: | ./test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..52d4181 --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "No tests available." +