Skip to content

Commit 6c0a8ec

Browse files
committed
A
1 parent 0db9503 commit 6c0a8ec

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/build.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@ jobs:
2222
- uses: actions/checkout@v3.1.0
2323
with:
2424
fetch-depth: 2
25-
- 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
25+
# - 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
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
48-
- run: ls $HOME/.config/gcloud/application_default_credentials.json
48+
- run: cat $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

Comments
 (0)