From 8b078b6228613b7db1ab2a1cf3988defce8371a2 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:11:17 +0100 Subject: [PATCH] Put back tests --- .github/workflows/pull-request.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ae2781f0..a7d269bc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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"