8 lines
201 B
YAML
8 lines
201 B
YAML
# .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
|