Skip to content

Commit

Permalink
Does not use profile while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 6, 2024
1 parent 8ee43ed commit 0dd646d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ on:

jobs:
test:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- uses: actions/cache@v4
id: cache
with:
Expand All @@ -28,4 +24,4 @@ jobs:
- name: test
run: |
cp Fomalhaut2Tests/fixture/empty.zip Fomalhaut2/assets.zip
set -o pipefail && xcodebuild -target Fomalhaut2Tests -scheme Fomalhaut2 -clonedSourcePackagesDirPath .build clean test | xcpretty
set -o pipefail && xcodebuild -target Fomalhaut2Tests -scheme Fomalhaut2 -clonedSourcePackagesDirPath DEVELOPMENT_TEAM= .build clean test | xcpretty

0 comments on commit 0dd646d

Please sign in to comment.