Skip to content

Commit

Permalink
Update SublimationNgrok.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Aug 28, 2024
1 parent b8fea31 commit 2884e09
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/SublimationNgrok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
push:
branches-ignore:
- '*WIP'




env:
PACKAGE_NAME: SublimationNgrok
jobs:
Expand Down Expand Up @@ -55,8 +53,8 @@ jobs:
os: macos-14
iOSVersion: "18.1"
watchOSVersion: "11.0"
watchName: "Apple Watch Ultra 2 (49mm)"
iPhoneName: "iPhone 15 Pro Max"
watchName: "Apple Watch Series 9 (41mm)"
iPhoneName: "iPhone 15"
steps:
- uses: actions/checkout@v4
- name: Cache swift package modules
Expand Down Expand Up @@ -137,4 +135,4 @@ jobs:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ join(fromJSON(steps.coverage-files-watchOS.outputs.files), ',') }}
flags: watchOS,watchOS${{ matrix.watchOSVersion }},macOS,${{ env.XCODE_NAME }}
flags: watchOS,watchOS${{ matrix.watchOSVersion }},macOS,${{ env.XCODE_NAME }}

0 comments on commit 2884e09

Please sign in to comment.