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 3bb645d commit bdcc915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
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
npm install -g inliner
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 bdcc915

Please sign in to comment.