Skip to content

Instantly share code, notes, and snippets.

@devmsh
Created March 18, 2020 20:52
Show Gist options
  • Save devmsh/8af2bfcba89e6e81a1a07043bb3390fe to your computer and use it in GitHub Desktop.
Save devmsh/8af2bfcba89e6e81a1a07043bb3390fe to your computer and use it in GitHub Desktop.
The simplest bitbucket flutter testing pipelines
image: cirrusci/flutter:latest
pipelines:
default:
- step:
script:
- flutter test test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment