Skip to content

Commit

Permalink
test(all): Fix macos integration tests for all packages (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Mar 5, 2023
1 parent bfcd3e1 commit c97158c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/battery_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
# Use till https://github.com/flutter/flutter/issues/118469 is resolved
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Integration Test"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/connectivity_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
# Use till https://github.com/flutter/flutter/issues/118469 is resolved
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Integration Test"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/device_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
# Use till https://github.com/flutter/flutter/issues/118469 is resolved
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Integration Test"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/network_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
# Use till https://github.com/flutter/flutter/issues/118469 is resolved
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Integration Test"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/package_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
# Use till https://github.com/flutter/flutter/issues/118469 is resolved
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Integration Test"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/share_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@ jobs:
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
# Use till https://github.com/flutter/flutter/issues/118469 is resolved
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Integration Test"
Expand Down

0 comments on commit c97158c

Please sign in to comment.