Skip to content

Commit

Permalink
Debug mac 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed May 22, 2024
1 parent 7477003 commit 0e0e3f4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
macos-13:
# TODO: Run lib tests only to ensure compatibility with macOS 13, once tests for macOS 14 succeed.
runs-on: macos-13
timeout-minutes: 30
timeout-minutes: 45
if: inputs.enable_macos
steps:
- uses: actions/checkout@v4
Expand All @@ -292,16 +292,19 @@ jobs:
channel: ${{ inputs.flutter_channel }}
- uses: bluefireteam/melos-action@main

# - run: |
# brew install --cask teamviewer
# - run: |
# sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \
# -activate -configure -access -on \
# -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw mypassword \
# -allowaccessfor -allusers \
# -restart -agent -privs -all
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: false

- name: Run Flutter integration tests
working-directory: ./packages/audioplayers/example
Expand All @@ -314,7 +317,7 @@ jobs:
macos:
runs-on: macos-14
timeout-minutes: 30
timeout-minutes: 45
#if: false # TODO: Tests on macOS 14 currently fail.
steps:
- uses: actions/checkout@v4
Expand All @@ -324,6 +327,11 @@ jobs:
channel: ${{ inputs.flutter_channel }}
- uses: bluefireteam/melos-action@main

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

- name: Run Flutter integration tests
working-directory: ./packages/audioplayers/example
# Need to execute lib and app tests one by one, see: https://github.com/flutter/flutter/issues/101031
Expand Down

0 comments on commit 0e0e3f4

Please sign in to comment.