From 463a986d36d1753b52d59001446e8fa2bf60ca5a Mon Sep 17 00:00:00 2001 From: Gustl22 Date: Fri, 17 May 2024 15:07:57 +0200 Subject: [PATCH] Enable tmate --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1f0a0a01..852283a6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -292,6 +292,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