Skip to content

Commit 20dd7d9

Browse files
committed
ranem folder
1 parent 8869b37 commit 20dd7d9

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

3rd-party-integrations/SwiftLog/Sources/SentryLogHandler.swift renamed to 3rd-party-integrations/SentrySwiftLog/Sources/SentryLogHandler.swift

File renamed without changes.

3rd-party-integrations/SwiftLog/Tests/SentryLogHandlerTests.swift renamed to 3rd-party-integrations/SentrySwiftLog/Tests/SentryLogHandlerTests.swift

File renamed without changes.

0 commit comments

Comments
 (0)