Skip to content

Commit e41c21b

Browse files
committed
fix ci
1 parent c4dbebf commit e41c21b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
defaults:
1313
run:
14-
working-directory: repo_support
14+
working-directory: .
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
sdk: ${{ matrix.dart }}
3434
- run: dart --version
35-
- run: dart pub get
36-
- run: dart run tool/run_ci.dart
35+
- run: dart pub global activate dev_build
36+
- run: dart pub global run dev_build:run_ci --recursive

0 commit comments

Comments
 (0)