diff --git a/.gitea/workflows/buildtestpublish.yaml b/.gitea/workflows/buildtestpublish.yaml index 7b8f0d3..b558599 100644 --- a/.gitea/workflows/buildtestpublish.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Build and Test the x86 version of the project run: | - ./test-docker.sh + ./testing/test-docker.sh - name: Build cross-platform versions (amd64 and arm64) run: | ./build.sh all