Update .gitea/workflows/BuildTestPublish.yaml
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 7s
Build-Test-Publish / build (linux/arm64) (push) Failing after 7s

This commit is contained in:
Your Name
2025-08-24 16:09:30 +12:00
parent df1aab1e82
commit 9afb85f580
2 changed files with 4 additions and 3 deletions

View File

@@ -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

4
test.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "No tests available."