File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments