Skip to content

Commit

Permalink
disable flutter integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 17, 2023
1 parent 2c7cff5 commit 1822f8d
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/flutter_integration_test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: flutter integration tests
on:
push:
branches:
- main
- release/**
pull_request:
paths-ignore:
- 'file/**'
# Currently broken, enable after fixing
workflow_dispatch
# push:
# branches:
# - main
# - release/**
# pull_request:
# paths-ignore:
# - 'file/**'

jobs:
cancel-previous-workflow:
Expand All @@ -26,15 +28,15 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: ['stable', 'beta']
sdk: ["stable", "beta"]
steps:
- name: checkout
uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
distribution: "adopt"
java-version: "11"

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
with:
Expand Down Expand Up @@ -93,7 +95,7 @@ jobs:
fail-fast: false
matrix:
# 'beta' is flaky because of https://github.com/flutter/flutter/issues/124340
sdk: ['stable']
sdk: ["stable"]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1822f8d

Please sign in to comment.