File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed
3rd-party-integrations/SentrySwiftLog Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ jobs:
370370 scheme : " Sentry"
371371
372372 swiftlog-integration-unit-tests :
373- name : Integrations/Logs/ SentrySwiftLog Unit Tests
373+ name : SentrySwiftLog Unit Tests
374374 if : needs.files-changed.outputs.run_unit_tests_for_prs == 'true'
375375 needs : files-changed
376376 runs-on : macos-15
@@ -381,11 +381,11 @@ jobs:
381381 run : ./scripts/ci-select-xcode.sh 16.4
382382
383383 - name : Setup local sentry-cocoa dependency
384- working-directory : 3rd-party-integrations/SwiftLog
384+ working-directory : 3rd-party-integrations/SentrySwiftLog
385385 run : swift package edit sentry-cocoa --path ../..
386386
387387 - name : Run SwiftLog tests
388- working-directory : 3rd-party-integrations/SwiftLog
388+ working-directory : 3rd-party-integrations/SentrySwiftLog
389389 run : swift test
390390
391391 - name : Archiving Raw Logs
@@ -394,7 +394,7 @@ jobs:
394394 with :
395395 name : raw-output-swiftlog-integration
396396 path : |
397- 3rd-party-integrations/SwiftLog /.build/**/*.log
397+ 3rd-party-integrations/SentrySwiftLog /.build/**/*.log
398398
399399 - name : Run CI Diagnostics
400400 if : failure()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments