Commit a8fd34a 1 parent cdbd1d1 commit a8fd34a Copy full SHA for a8fd34a
File tree 4 files changed +6
-6633
lines changed
4 files changed +6
-6633
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ jobs:
11
11
with :
12
12
repository : ${{github.event.pull_request.head.repo.full_name}}
13
13
ref : ${{ github.head_ref }}
14
+ fetch-depth : 0
14
15
- uses : subosito/flutter-action@v2
15
16
with :
16
17
cache : true
17
- - run : dart run build_runner build
18
- - uses : ZebraDevs/flutter-code-quality@v1.0.3
18
+ - run : dart run build_runner build --delete-conflicting-outputs
19
+ - uses : ZebraDevs/flutter-code-quality@UX-1139
19
20
with :
20
21
token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1
1
name : CI - Pull Request
2
2
on :
3
3
pull_request_target :
4
+ pull_request : # TODO: Remove this after testing
4
5
5
6
jobs :
6
7
code-quality :
Original file line number Diff line number Diff line change @@ -146,4 +146,5 @@ $RECYCLE.BIN/
146
146
.fvmrc
147
147
** /node_modules /
148
148
package-lock.json
149
- /appium
149
+ /appium
150
+ /coverage
You can’t perform that action at this time.
0 commit comments