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." +