Skip to content

Commit 026c518

Browse files
committed
revert use of dart test command
1 parent 6c7212b commit 026c518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dart analyze
2525

2626
- name: Run tests
27-
run: flutter test
27+
run: dart test
2828

2929
build-linux:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)