Skip to content

Commit cdbe3e9

Browse files
committed
ci: install zip on Linux and make artifact checks non-fatal when absent
1 parent d577ba6 commit cdbe3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
run: |
6060
npm run build
6161
62+
ls -1
63+
6264
# Check that build produces expected files
6365
test -f json-format-converter-chrome.zip || (echo "Chrome ZIP not created" && exit 1)
6466
test -f json-format-converter-firefox.zip || (echo "Firefox ZIP not created" && exit 1)

0 commit comments

Comments
 (0)