Skip to content

Commit 7ab73a2

Browse files
committed
perf: add go/node caching and remove tests from release
1 parent 65cb727 commit 7ab73a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
4242
uses: actions/setup-go@v4
4343
with:
4444
go-version: "1.23.1"
45+
cache: true
46+
- name: Set up Node.js
47+
uses: actions/setup-node@v4
48+
with:
49+
node-version: "20"
50+
cache: "npm"
51+
cache-dependency-path: "ui/package-lock.json"
4552
- name: Login to DockerHub
4653
uses: docker/login-action@v1
4754
with:

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ release:
55

66
before:
77
hooks:
8-
- make test
98
- make ui
109

1110
builds:

0 commit comments

Comments
 (0)