File tree Expand file tree Collapse file tree
html-report/ui/build/static Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : npm ci && npm run build
3232 working-directory : html-report/ui
3333
34+ - name : Verify embedded UI bundles are committed
35+ run : |
36+ status="$(git status --porcelain --untracked-files=all -- html-report/ui/build/static)"
37+ test -z "$status" || { echo "$status"; exit 1; }
38+
3439 - name : Get dependencies
3540 run : go get -v -t -d ./...
3641
5964 - name : Build
6065 run : npm run build
6166 working-directory : html-report/ui
67+
68+ - name : Verify embedded UI bundles are committed
69+ run : |
70+ status="$(git status --porcelain --untracked-files=all -- html-report/ui/build/static)"
71+ test -z "$status" || { echo "$status"; exit 1; }
Original file line number Diff line number Diff line change 3030 run : npm ci && npm run build
3131 working-directory : html-report/ui
3232
33+ - name : Verify embedded UI bundles are committed
34+ run : |
35+ status="$(git status --porcelain --untracked-files=all -- html-report/ui/build/static)"
36+ test -z "$status" || { echo "$status"; exit 1; }
37+
3338 - name : Run GoReleaser
3439 uses : goreleaser/goreleaser-action@v6
3540 with :
Original file line number Diff line number Diff line change 11.idea /
22.github /vhs /tmp /
33dist /demos /
4- html-report /ui /build /
4+ html-report /ui /build /*
5+ ! html-report /ui /build /static /
6+ html-report /ui /build /static /*
7+ ! html-report /ui /build /static /bundle.js
8+ ! html-report /ui /build /static /bundle-lite.js
9+ ! html-report /ui /build /static /bundle.css
510html-report /ui /node_modules /
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments