Skip to content

Commit 6602d58

Browse files
committed
Turn off wireit caching for now.
1 parent d25697c commit 6602d58

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
name: Build and Deploy
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
permissions:
66
contents: write
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: google/wireit@setup-github-actions-caching/v1
12-
- name: Checkout
13-
uses: actions/[email protected]
14-
1511
- name: Install
1612
run: |
1713
npm ci
@@ -26,4 +22,3 @@ jobs:
2622
branch: gh-pages # The branch the action should deploy to.
2723
folder: out # The folder the action should deploy.
2824
clean-exclude: "preview/"
29-

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ permissions:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312
timeout-minutes: 15
1413

1514
steps:
16-
- uses: google/wireit@setup-github-actions-caching/v1
1715
- uses: actions/checkout@v4
1816
- name: Use Node.js 20
1917
uses: actions/setup-node@v4
2018
with:
21-
node-version: '20'
19+
node-version: "20"
2220
- name: Install dependencies
2321
run: npm ci
2422
- run: npm test

0 commit comments

Comments
 (0)