Skip to content

Commit 06c3c39

Browse files
committed
Updates
1 parent 281e69a commit 06c3c39

3 files changed

Lines changed: 4 additions & 81 deletions

File tree

.github/workflows/release-comments.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/shared-build.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- v*
99
paths-ignore:
1010
- "docs/**"
11-
- "**/README.md"
11+
- "**/*.md"
1212
pull_request:
1313
paths-ignore:
1414
- "docs/**"
@@ -24,15 +24,14 @@ permissions:
2424
jobs:
2525
test:
2626
name: "🧪 Test: (Node: ${{ matrix.node }})"
27+
runs-on: ubuntu-latest
2728
strategy:
2829
fail-fast: false
2930
matrix:
3031
node:
3132
- 22.22
3233
- 24
3334

34-
runs-on: ubuntu-latest
35-
3635
steps:
3736
- name: ⬇️ Checkout repo
3837
uses: actions/checkout@v6
@@ -47,8 +46,8 @@ jobs:
4746
cache: pnpm
4847
check-latest: true
4948

50-
# TODO: Track and renable once this has been fixed: https://github.com/google/wireit/issues/1297
51-
# - uses: google/wireit@setup-github-actions-caching/v2
49+
- name: Setup wireit cache ${{ matrix.node }}
50+
uses: google/wireit@setup-github-actions-caching/v2.0.4
5251

5352
- name: Disable GitHub Actions Annotations
5453
run: |

0 commit comments

Comments
 (0)