Skip to content

Commit f1504d5

Browse files
committed
move bash scripts to common directory
1 parent f3644b6 commit f1504d5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
- name: Bazel build targets
6868
run: |
69-
./integration_test.sh --known-good known_good.updated.json
69+
scripts/integration_test.sh --known-good known_good.updated.json
7070
- name: Show disk space after build
7171
if: always()
7272
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ local_path_override(module_name = "score_tooling", path = "../tooling")
148148

149149
### Rust
150150

151-
Use `./generate_rust_analyzer_support.sh` to generate rust_analyzer settings that will let VS Code work.
151+
Use `scripts/generate_rust_analyzer_support.sh` to generate rust_analyzer settings that will let VS Code work.
152152

153153
## 🗂 Notes
154154
Keep this file updated as integration issues are resolved. Prefer converting ad-hoc shell steps into Bazel rules or documented scripts under `tools/` for repeatability.

0 commit comments

Comments
 (0)