Last active
November 12, 2019 14:47
-
-
Save bbedward/2abcb8973405647d6c16471bc2e60e66 to your computer and use it in GitHub Desktop.
Fastlane+Flutter tutorial script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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