Skip to content

Commit 443e62e

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
ci: add rust cache to turbo build workflow and add workflow triggers
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 4445bb0 commit 443e62e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-turbo-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ on:
99
- "**/package.json"
1010
- "**/package-lock.json"
1111
- "**/tsconfig.json"
12+
- ".github/workflows/ci-turbo-build.yml"
1213
push:
1314
branches: [main]
1415
jobs:
1516
build:
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v4
20+
- uses: actions-rust-lang/setup-rust-toolchain@v1
21+
with:
22+
toolchain: 1.81.0
23+
- uses: Swatinem/rust-cache@v2
1924
- uses: actions/setup-node@v4
2025
with:
2126
node-version-file: "package.json"

.github/workflows/ci-turbo-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "**/package.json"
1010
- "**/package-lock.json"
1111
- "**/tsconfig.json"
12+
- ".github/workflows/ci-turbo-test.yml"
1213
push:
1314
branches: [main]
1415
jobs:

0 commit comments

Comments
 (0)