Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarypiatek committed Dec 5, 2023
1 parent 744f5ec commit 3bb645d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb645d

Please sign in to comment.