Skip to content

Commit ac55561

Browse files
committed
disable flutter integration test
1 parent 6c2a923 commit ac55561

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/flutter_integration_test.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: flutter integration tests
22
on:
3-
push:
4-
branches:
5-
- main
6-
- release/**
7-
pull_request:
8-
paths-ignore:
9-
- 'file/**'
3+
# Currently broken, enable after fixing
4+
workflow_dispatch
5+
# push:
6+
# branches:
7+
# - main
8+
# - release/**
9+
# pull_request:
10+
# paths-ignore:
11+
# - 'file/**'
1012

1113
jobs:
1214
cancel-previous-workflow:
@@ -26,15 +28,15 @@ jobs:
2628
strategy:
2729
fail-fast: false
2830
matrix:
29-
sdk: ['stable', 'beta']
31+
sdk: ["stable", "beta"]
3032
steps:
3133
- name: checkout
3234
uses: actions/checkout@v3
3335

3436
- uses: actions/setup-java@v3
3537
with:
36-
distribution: 'adopt'
37-
java-version: '11'
38+
distribution: "adopt"
39+
java-version: "11"
3840

3941
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # [email protected]
4042
with:
@@ -93,7 +95,7 @@ jobs:
9395
fail-fast: false
9496
matrix:
9597
# 'beta' is flaky because of https://github.com/flutter/flutter/issues/124340
96-
sdk: ['stable']
98+
sdk: ["stable"]
9799
steps:
98100
- name: checkout
99101
uses: actions/checkout@v3

0 commit comments

Comments
 (0)