This commit is contained in:
Matteo Gheza 2020-11-28 09:17:50 +01:00
parent 4f33695f0c
commit f574751fb0
1 changed files with 2 additions and 1 deletions

View File

@ -49,11 +49,12 @@ jobs:
npm update -g webpack webpack-cli
webpack --version
npm run debug_bundle
ls resources/dist
- uses: actions/upload-artifact@v1
with:
name: webpack_report_${{ github.run_id }}
path: server/resources/dist/report.html
path: resources/dist/
- name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop