diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/buildtestpublish.yaml similarity index 92% rename from .gitea/workflows/demo.yaml rename to .gitea/workflows/buildtestpublish.yaml index 1f0b284..7ac3ffe 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -14,8 +14,6 @@ jobs: - name: Test the project run: | ./test-docker.sh - run: | - ./test.sh - name: Push the Docker image run: | ./publish.sh