Skip to content

Commit

Permalink
test: add ci downgrade analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 14, 2023
1 parent 209e378 commit 56d1bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_ci_downgrade_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: repo_support
working-directory: .
strategy:
fail-fast: false
matrix:
Expand All @@ -25,4 +25,4 @@ jobs:
sdk: ${{ matrix.dart }}
- run: dart --version
- run: dart pub global activate dev_test
- run: dart pub global run dev_test:run_ci --pub-downgrade --analyze --recursive
- run: dart pub global run dev_test:run_ci --pub-downgrade --analyze --no-override --recursive

0 comments on commit 56d1bd6

Please sign in to comment.