Skip to content

Commit

Permalink
Put back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 26, 2024
1 parent f1a2663 commit 8b078b6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ jobs:
- name: Build the documentation
run: make doc

# tests:
# name: "🧪 Tests"
# runs-on: [macos-latest]
# strategy:
# matrix:
# platform: [ios, tvos]
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
tests:
name: "🧪 Tests"
runs-on: [macos-latest]
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: Authorize microphone access for simulator
run: Scripts/bypass-simulator-trampoline.sh

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

archive-demos:
name: "📦 Archives"
Expand Down

0 comments on commit 8b078b6

Please sign in to comment.