Skip to content

Commit c360506

Browse files
committed
Fix for github actions?
1 parent 15fabb3 commit c360506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
# sqlite_async.dart causes issues with `dart fix`
15+
path: sqlite_async
1316
- uses: dart-lang/setup-dart@v1
1417

1518
- name: Install dependencies

0 commit comments

Comments
 (0)