@@ -23,32 +23,32 @@ jobs:
2323 with :
2424 fetch-depth : 2
2525 - uses : actions/setup-node@v4
26- # - uses: subosito/flutter-action@v2.7.1
27- # with:
28- # channel: master
29- # - name: Add pub cache bin to PATH
30- # run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
31- # - name: Add pub cache to PATH
32- # run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
26+ - uses : subosito/flutter-action@v2.7.1
27+ with :
28+ channel : master
29+ - name : Add pub cache bin to PATH
30+ run : echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
31+ - name : Add pub cache to PATH
32+ run : echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
3333
34- # - name: Install firebase CLI
35- # run: npm install -g firebase-tools
34+ - name : Install firebase CLI
35+ run : npm install -g firebase-tools
3636
37- # - name: Install dependencies
38- # run: dart pub get && cd example && dart pub get && cd -
37+ - name : Install dependencies
38+ run : dart pub get && cd example && dart pub get && cd -
3939
40- # - name: Check format
41- # run: dart format --set-exit-if-changed .
40+ - name : Check format
41+ run : dart format --set-exit-if-changed .
4242
43- # - name: Analyze
44- # run: dart analyze
43+ - name : Analyze
44+ run : dart analyze
4545
4646 - run : mkdir -p $HOME/.config/gcloud
4747 - run : echo $CREDS > $HOME/.config/gcloud/application_default_credentials.json
4848 - run : ls $HOME/.config/gcloud/application_default_credentials.json
4949
50- # - name: Run tests
51- # run: ${{github.workspace}}/scripts/coverage.sh
50+ - name : Run tests
51+ run : ${{github.workspace}}/scripts/coverage.sh
5252
53- # - name: Upload coverage to codecov
54- # run: curl -s https://codecov.io/bash | bash
53+ - name : Upload coverage to codecov
54+ run : curl -s https://codecov.io/bash | bash
0 commit comments