steps: - name: test image: ubuntu commands: - echo "Starting tests" - ls -la - echo "Running tests" - ./start_woodpecker_agent.sh - echo "Tests complete" when: branch: - master - main event: - push - pull_request