Skip to content

Commit 3f716ba

Browse files
committed
ci: fix pana
1 parent ff11882 commit 3f716ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/analyze.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
timeout-minutes: 20
7171
steps:
7272
- uses: actions/checkout@v3
73+
- name: Apply dependency override
74+
if: ${{ inputs.package == 'flutter' }}
75+
working-directory: ${{ inputs.package }}
76+
run: |
77+
sed -i.bak 's|sentry:.*|sentry:\n path: /github/workspace/dart|g' pubspec.yaml
7378
- uses: axel-op/dart-package-analyzer@7a6c3c66bce78d82b729a1ffef2d9458fde6c8d2 # pin@v3
7479
id: analysis
7580
with:

0 commit comments

Comments
 (0)