Skip to content

Instantly share code, notes, and snippets.

@bbedward
Last active November 12, 2019 14:47
Show Gist options
  • Save bbedward/2abcb8973405647d6c16471bc2e60e66 to your computer and use it in GitHub Desktop.
Save bbedward/2abcb8973405647d6c16471bc2e60e66 to your computer and use it in GitHub Desktop.
Fastlane+Flutter tutorial script
#!/bin/bash
cd ../../
echo "Running tests"
flutter test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment