Skip to content

Commit 3cb73a2

Browse files
committed
chore: enable wireit v2
1 parent 9520cae commit 3cb73a2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/nut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565

6666
- uses: actions/checkout@v4
6767

68-
# - uses: google/wireit@setup-github-actions-caching/v2
69-
# continue-on-error: true
68+
- uses: google/wireit@setup-github-actions-caching/v2
69+
continue-on-error: true
7070

7171
- uses: actions/setup-node@v4
7272
with:

.github/workflows/unitTestsLinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
node-version: ${{ matrix.node_version }}
3939
cache: yarn
4040

41-
# - uses: google/wireit@setup-github-actions-caching/v2
42-
# continue-on-error: true
41+
- uses: google/wireit@setup-github-actions-caching/v2
42+
continue-on-error: true
4343

4444
- name: Cache node modules
4545
id: cache-nodemodules

.github/workflows/unitTestsWindows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- uses: actions/checkout@v4
2727

28-
# - uses: google/wireit@setup-github-actions-caching/v2
29-
# continue-on-error: true
28+
- uses: google/wireit@setup-github-actions-caching/v2
29+
continue-on-error: true
3030

3131
- uses: actions/setup-node@v4
3232
with:

0 commit comments

Comments
 (0)