Skip to content

Commit 5a72187

Browse files
committed
update folder structure
1 parent d1851a8 commit 5a72187

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

.github/file-filters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ run_unit_tests_for_prs: &run_unit_tests_for_prs
2525
- "SentryTestUtils/**"
2626
- "SentryTestUtilsDynamic/**"
2727
- "SentryTestUtilsTests/**"
28-
- "integrations/**"
28+
- "3rd-party-integrations/**"
2929

3030
# GH Actions
3131
- ".github/workflows/test.yml"

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: integrations/logs/sentry-cocoa-swiftlog
385-
run: swift package edit sentry-cocoa --path ../../..
384+
working-directory: 3rd-party-integrations/SwiftLog
385+
run: swift package edit sentry-cocoa --path ../..
386386

387387
- name: Run SwiftLog tests
388-
working-directory: integrations/logs/sentry-cocoa-swiftlog
388+
working-directory: 3rd-party-integrations/SwiftLog
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-
integrations/logs/sentry-cocoa-swiftlog/.build/**/*.log
397+
3rd-party-integrations/SwiftLog/.build/**/*.log
398398
399399
- name: Run CI Diagnostics
400400
if: failure()
File renamed without changes.
File renamed without changes.
File renamed without changes.

integrations/logs/sentry-cocoa-swiftlog/Sources/SentryLogHandler.swift renamed to 3rd-party-integrations/swift-log/Sources/SentryLogHandler.swift

File renamed without changes.

integrations/logs/sentry-cocoa-swiftlog/Tests/SentryLogHandlerTests.swift renamed to 3rd-party-integrations/swift-log/Tests/SentryLogHandlerTests.swift

File renamed without changes.

0 commit comments

Comments
 (0)