mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-29 16:00:57 +00:00
feat: implement forget operation
This commit is contained in:
@@ -26,11 +26,11 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Build WebUI
|
||||
run: cd webui && npm install && npm run build
|
||||
- name: Install Deps
|
||||
run: ./hack/install-deps.sh
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
run: ./hack/build.sh
|
||||
|
||||
- name: Test
|
||||
run: PATH=$(pwd):$PATH go test ./...
|
||||
|
||||
@@ -24,11 +24,11 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Build WebUI
|
||||
run: cd webui && npm install && npm run build
|
||||
- name: Install Deps
|
||||
run: ./hack/install-deps.sh
|
||||
|
||||
- name: Build Binary
|
||||
run: go build .
|
||||
- name: Build
|
||||
run: ./hack/build.sh
|
||||
|
||||
- name: Rename Files
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user