remove publish test

This commit is contained in:
David Zhao
2021-08-31 22:27:40 -07:00
parent 880f1153ff
commit 6eebb0bcbf
-10
View File
@@ -39,13 +39,3 @@ jobs:
# Run widget tests for our flutter project.
- run: flutter test
- run: echo `pwd`
- name: publish to pub.dev
uses: k-paxian/dart-package-publisher@master
with:
flutter: true
dryRunOnly: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}