Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: npm ci && npm run build
working-directory: html-report/ui

- name: Verify embedded UI bundles are committed
run: |
status="$(git status --porcelain --untracked-files=all -- html-report/ui/build/static)"
test -z "$status" || { echo "$status"; exit 1; }

- name: Get dependencies
run: go get -v -t -d ./...

Expand Down Expand Up @@ -59,3 +64,8 @@ jobs:
- name: Build
run: npm run build
working-directory: html-report/ui

- name: Verify embedded UI bundles are committed
run: |
status="$(git status --porcelain --untracked-files=all -- html-report/ui/build/static)"
test -z "$status" || { echo "$status"; exit 1; }
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: npm ci && npm run build
working-directory: html-report/ui

- name: Verify embedded UI bundles are committed
run: |
status="$(git status --porcelain --untracked-files=all -- html-report/ui/build/static)"
test -z "$status" || { echo "$status"; exit 1; }

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.idea/
.github/vhs/tmp/
dist/demos/
html-report/ui/build/
html-report/ui/build/*
!html-report/ui/build/static/
html-report/ui/build/static/*
!html-report/ui/build/static/bundle.js
!html-report/ui/build/static/bundle-lite.js
!html-report/ui/build/static/bundle.css
html-report/ui/node_modules/
9,363 changes: 9,363 additions & 0 deletions html-report/ui/build/static/bundle-lite.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions html-report/ui/build/static/bundle.css

Large diffs are not rendered by default.

9,408 changes: 9,408 additions & 0 deletions html-report/ui/build/static/bundle.js

Large diffs are not rendered by default.