mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53:02 -04:00
ci: Hopefully fix reporting
This commit is contained in:
parent
a26f636c9b
commit
31fb19b8c9
4 changed files with 336 additions and 53 deletions
5
.github/workflows/reportBrokenPlugins.yml
vendored
5
.github/workflows/reportBrokenPlugins.yml
vendored
|
@ -25,12 +25,17 @@ jobs:
|
|||
pnpm install --frozen-lockfile
|
||||
pnpm add puppeteer
|
||||
|
||||
sudo apt-get install -y chromium-browser
|
||||
|
||||
- name: Build web
|
||||
run: pnpm buildWeb --standalone
|
||||
|
||||
- name: Create Report
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
export PATH="$PWD/node_modules/.bin:$PATH"
|
||||
export CHROMIUM_BIN=$(which chromium-browser)
|
||||
|
||||
esbuild test/generateReport.ts > dist/report.mjs
|
||||
node dist/report.mjs >> $GITHUB_STEP_SUMMARY
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue