mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-21 07:25:38 +00:00
feat: support live logrefs for in-progress operations (#456)
This commit is contained in:
@@ -48,13 +48,9 @@ jobs:
|
||||
with:
|
||||
go-version: "1.21"
|
||||
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Generate
|
||||
run: go generate ./...
|
||||
- name: Create Fake WebUI Sources
|
||||
run: |
|
||||
New-Item -Path .\webui\dist-windows\index.html -ItemType File -Force
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
||||
Reference in New Issue
Block a user