From 3bb645d4e3fa5b103b6866e0e6d43df39d3b032f Mon Sep 17 00:00:00 2001 From: Cezary Piatek Date: Tue, 5 Dec 2023 19:13:10 +0100 Subject: [PATCH] WIP --- .github/workflows/pr-verification.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-verification.yml b/.github/workflows/pr-verification.yml index ef063ef..4e4b7a1 100644 --- a/.github/workflows/pr-verification.yml +++ b/.github/workflows/pr-verification.yml @@ -22,8 +22,10 @@ jobs: working-directory: src/nscenario-report-browser/ - name: Pack - run: script -qec "npm inliner -nm --preserve-comments build/index.html > build/report-browser-template.html" > /dev/null working-directory: src/nscenario-report-browser/ + shell: script -e -c {0} + run: | + npm inliner -nm --preserve-comments build/index.html > build/report-browser-template.html - name: Upload template uses: actions/upload-artifact@master