Skip to content

Commit 48c7211

Browse files
authored
test: include Sentry changes in hash keys (#2412)
1 parent 15a0fa1 commit 48c7211

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: |
3838
DerivedData/Build/Products/Debug-iphoneos/iOS-Swift.app.dSYM
3939
DerivedData/Build/Products/Debug-iphoneos/iOS-Swift.app
40-
key: ios-swift-for-ui-testing-cache-key-${{ hashFiles('Samples/iOS-Swift/iOS-Swift/**') }}
40+
key: ios-swift-for-ui-testing-cache-key-${{ hashFiles('Samples/iOS-Swift/iOS-Swift/**') }}-${{ hashFiles('Sentry/Sources/**') }}
4141
- name: Cache iOS-Swift UI Test Runner App build product
4242
id: ios-swift-benchmark-runner-cache
4343
uses: actions/cache@v3

.github/workflows/profile-data-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: |
3131
DerivedData/Build/Products/Debug-iphoneos/TrendingMovies.app
3232
DerivedData/Build/Products/Debug-iphoneos/TrendingMovies.app.dSYM
33-
key: trendingmovies-app-cache-key-${{ hashFiles('Samples/TrendingMovies/TrendingMovies/**') }}
33+
key: trendingmovies-app-cache-key-${{ hashFiles('Samples/TrendingMovies/TrendingMovies/**') }}-${{ hashFiles('Sentry/Sources/**') }}
3434
- name: Cache ProfileDataGenerator UI Test Runner App build product
3535
id: cache-profiledatagenerator-test-runner-app
3636
uses: actions/cache@v3

.github/workflows/saucelabs-UI-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: |
4545
DerivedData/Build/Products/Debug-iphoneos/iOS-Swift.app.dSYM
4646
DerivedData/Build/Products/Debug-iphoneos/iOS-Swift.app
47-
key: ios-swift-for-ui-testing-cache-key-${{ hashFiles('Samples/iOS-Swift/iOS-Swift/**') }}-Xcode-${{ matrix.xcode }}
47+
key: ios-swift-for-ui-testing-cache-key-${{ hashFiles('Samples/iOS-Swift/iOS-Swift/**') }}-Xcode-${{ matrix.xcode }}-${{ hashFiles('Sentry/Sources/**') }}
4848
- name: Cache iOS-Swift UI Test Runner App build product
4949
id: ios-swift-uitest-runner-cache
5050
uses: actions/cache@v3

0 commit comments

Comments
 (0)