Skip to content

Instantly share code, notes, and snippets.

@bbedward
Last active November 12, 2019 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbedward/4f68dc196e9cf927a417912fac93b08b to your computer and use it in GitHub Desktop.
Save bbedward/4f68dc196e9cf927a417912fac93b08b to your computer and use it in GitHub Desktop.
Flutter Fastlane Gitlab Tutorial
#!/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