Skip to content

Commit e666925

Browse files
committed
publish test
1 parent 787fec9 commit e666925

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
dart pub global activate coverage
2828
dart pub global run coverage:test_with_coverage
2929
30+
- name: Validate package for publishing
31+
run: dart pub publish --dry-run
32+
3033
- name: Upload coverage to Codecov
3134
uses: codecov/codecov-action@v5
3235
with:

0 commit comments

Comments
 (0)