Skip to content

Commit

Permalink
switch github actions to beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti committed Feb 1, 2021
1 parent d77eba8 commit 306d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: stable
channel: beta
- run: flutter pub get
- run: flutter test

0 comments on commit 306d2d7

Please sign in to comment.