# .woodpecker.yml — place this file in the root of your Gitea repository steps: - name: test image: ghcr.io/cirruslabs/flutter:latest commands: - flutter pub get - flutter test