Skip to content

Commit

Permalink
ci: Hopefully fix reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Nov 11, 2022
1 parent a26f636 commit 31fb19b
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reportBrokenPlugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"puppeteer-core": "^19.2.2",
"standalone-electron-types": "^1.0.0",
"type-fest": "^3.1.0",
"typescript": "^4.8.4"
Expand Down
Loading

0 comments on commit 31fb19b

Please sign in to comment.