[WIP] github workflow

This commit is contained in:
Neevash Ramdial
2021-01-08 16:18:08 -04:00
parent 5f256f2786
commit a2b5a408d5
7 changed files with 137 additions and 117 deletions
@@ -0,0 +1,6 @@
#!/bin/bash
flutter pub global activate melos
echo "::add-path::$HOME/.pub-cache/bin"
echo "::add-path::$GITHUB_WORKSPACE/_flutter/.pub-cache/bin"
echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin/cache/dart-sdk/bin"