diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b78f8e0..afb1e9b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,9 @@ jobs: steps: - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_15.2.app + + - name: Checkout + uses: actions/checkout@v4 - name: Test run: xcodebuild -scheme Relax-Package -destination 'platform= ${{ matrix.destination }}' test