Skip to content

Commit

Permalink
test no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Oct 25, 2023
1 parent be816eb commit b55449a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
xcode: ["15.0.0"]
ios_version: ["latest"]
ios_version: ["17.0"]
device_name: ["iPhone 15"]

steps:
Expand All @@ -35,18 +35,18 @@ jobs:
with:
xcode-version: ${{ matrix.xcode }}

- name: Cache DerivedData
uses: actions/cache@v3
with:
path: ~/Library/Developer/Xcode/DerivedData
key: ${{ runner.os }}-iOS_derived_data-xcode_${{ matrix.xcode }}
restore-keys: |
${{ runner.os }}-iOS_derived_data
# - name: Cache DerivedData
# uses: actions/cache@v3
# with:
# path: ~/Library/Developer/Xcode/DerivedData
# key: ${{ runner.os }}-iOS_derived_data-xcode_${{ matrix.xcode }}
# restore-keys: |
# ${{ runner.os }}-iOS_derived_data

- name: Build & Test
uses: sersoft-gmbh/[email protected]
with:
project: Zotero.xcodeproj
scheme: Zotero
destination: platform=iOS Simulator,OS=${{ matrix.ios_version }},name=${{ matrix.device_name }}
action: test
action: clean test

0 comments on commit b55449a

Please sign in to comment.