diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e34e5..2d1b3c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,5 +27,6 @@ jobs: - "platform=tvOS Simulator,name=Apple TV" steps: + - uses: actions/checkout@v4 - name: Test platform ${{ matrix.destination }} run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify