diff --git a/.gitea-ci.yml b/.gitea/workflows/.gitea-ci.yml similarity index 50% rename from .gitea-ci.yml rename to .gitea/workflows/.gitea-ci.yml index 4aaa696..a84de87 100644 --- a/.gitea-ci.yml +++ b/.gitea/workflows/.gitea-ci.yml @@ -1,11 +1,8 @@ -# Gitea CI pipeline configuration - -# Define a simple pipeline pipelines: default: - - step: # Define a single step + - step: name: "Test Runner" - image: "alpine:latest" # Use a lightweight image + image: "ubuntu:latest" commands: - echo "Testing Gitea Runner" - echo "Pipeline executed successfully!" \ No newline at end of file