Skip to content
Prev Previous commit
Next Next commit
Update
  • Loading branch information
buenaflor committed Jul 30, 2025
commit 086519bdaec2cabd17b0a76cf4b805fe1f8a0a3a
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: ${{ inputs.package == 'flutter' }}
working-directory: ${{ inputs.package }}
run: |
sed -i.bak 's|sentry:.*|sentry:\n path: /github/workspace/dart|g' pubspec.yaml
sed -i.bak 's|sentry:.*|sentry:\n path: /github/workspace/packages/dart|g' pubspec.yaml
- uses: axel-op/dart-package-analyzer@56afb7e6737bd2b7cee05382ae7f0e8111138080 # pin@v3
id: analysis
with:
Expand Down
2 changes: 1 addition & 1 deletion e2e_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
sentry:
path:
./../dart
./../packages/dart
http: ^0.13.0

dev_dependencies:
Expand Down
Loading