Skip to content

Commit d191ca6

Browse files
committed
Try to fix builds
1 parent 72d1076 commit d191ca6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/netglade_analysis-test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,18 @@ jobs:
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343

44+
- name: test path
45+
run: |
46+
pwd
47+
ls
48+
4449
- name: Run DCM
4550
uses: CQLabs/dcm-action@v1
4651
with:
4752
github_token: ${{ secrets.GITHUB_TOKEN }}
4853
ci_key: ${{ secrets.DCM_KEY }}
4954
email: ${{ secrets.DCM_EMAIL }}
50-
folders: .
55+
folders: packages/netglade_analysis
5156
fatal_style: true
5257
fatal_performance: true
5358
fatal_warnings: true

.github/workflows/netglade_flutter_utils-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
ci_key: ${{ secrets.DCM_KEY }}
4949
email: ${{ secrets.DCM_EMAIL }}
50-
folders: .
50+
folders: packages/netglade_flutter_utils
5151
fatal_style: true
5252
fatal_performance: true
5353
fatal_warnings: true

.github/workflows/netglade_utils-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
ci_key: ${{ secrets.DCM_KEY }}
4949
email: ${{ secrets.DCM_EMAIL }}
50-
folders: .
50+
folders: packages/netglade_utils
5151
fatal_style: true
5252
fatal_performance: true
5353
fatal_warnings: true

0 commit comments

Comments
 (0)