Skip to content

Commit 429e7d8

Browse files
committed
[CI] update path
1 parent c114d5b commit 429e7d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_soundness.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
1111
- name: Run tests
12-
working-directory: swift-bedrock-library
1312
run: swift test
1413

1514
playground-backend:
@@ -18,15 +17,15 @@ jobs:
1817
- name: Checkout repository
1918
uses: actions/checkout@v4
2019
- name: Web playground backend tests
21-
working-directory: web-playground/backend
20+
working-directory: Examples/web-playground/backend
2221
run: swift build
2322

2423
soundness:
2524
name: Soundness
2625
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2726
with:
2827
license_header_check_enabled: true
29-
license_header_check_project_name: "Swift Foundation Models Playground"
28+
license_header_check_project_name: "Swift Bedrock Library"
3029
shell_check_enabled: false
3130
python_lint_check_enabled: false
3231
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)