We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92ed82 commit 36a705fCopy full SHA for 36a705f
.github/workflows/dart.yaml
@@ -1,8 +1,6 @@
1
on:
2
pull_request:
3
push:
4
- branches:
5
- - main
6
7
jobs:
8
smoke:
@@ -12,7 +10,7 @@ jobs:
12
10
- uses: actions/checkout@v3
13
11
- uses: subosito/flutter-action@v2
14
with:
15
- channel: 'stable'
+ channel: 'master'
16
- name: "Install Tools"
17
run: ./.github/workflows/scripts/install-tools.sh
18
- name: "Run Smoke Tests"
@@ -24,7 +22,7 @@ jobs:
24
22
25
23
26
27
28
29
30
- name: "Run Unit Tests"
0 commit comments