Skip to content

Commit

Permalink
Update workflow to bypass microphone access popup
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 20, 2024
1 parent 024b192 commit 6820306
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ jobs:
- name: Build the documentation
run: make doc

# tests:
# name: "🧪 Tests"
# runs-on: tart
# strategy:
# matrix:
# platform: [ios, tvos]
# steps:
# - name: Checkout code
# uses: actions/checkout@v4

# - name: Run tests
# run: make test-${{ matrix.platform }}
tests:
name: "🧪 Tests"
runs-on: tart
strategy:
matrix:
platform: [ios, tvos]
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Authorize microphone access for simulator
run: Scripts/bypass-simulator-trampoline.sh

- name: Run tests
run: make test-${{ matrix.platform }}

0 comments on commit 6820306

Please sign in to comment.