mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-21 07:25:38 +00:00
fix: rare repoPool initialization crash
This commit is contained in:
@@ -33,7 +33,8 @@ jobs:
|
||||
- name: Create Fake WebUI Sources
|
||||
run: |
|
||||
mkdir -p webui/dist
|
||||
touch webui/dist/index.html.gz
|
||||
# Create an empty gzip file for testing
|
||||
gzip -c /dev/null > webui/dist/index.html.gz
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
||||
Reference in New Issue
Block a user