diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d3d9cd6..c0cc7df 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -4,23 +4,12 @@ on: push: branches: - main + - develop jobs: hello-world: runs-on: [ubuntu-latest] steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Print environment info - run: | - echo "🏗️ Runner is working!" - echo "User: $(whoami)" - echo "OS: $(uname -a)" - echo "Current directory: $(pwd)" - echo "Files here:" - ls -la - - name: Test multiple commands run: | echo "Step 1 complete ✅"