Last active
November 12, 2019 14:47
-
-
Save bbedward/4f68dc196e9cf927a417912fac93b08b to your computer and use it in GitHub Desktop.
Flutter Fastlane Gitlab Tutorial
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