Skip to content

Commit

Permalink
build(debug): debug selfhost-runner errors
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Jan 6, 2025
1 parent f1d6cba commit f405c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hidrive-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
env:
CYPRESS_INSTALL_BINARY: 0
PUPPETEER_SKIP_DOWNLOAD: true
run: make -f IONOS/Makefile build_dep_viewer_app
# run: make -f IONOS/Makefile build_dep_viewer_app
run: cd apps-external/viewer && composer install --no-dev -o && npm ci && npm run build -- --debug

- name: Install dependencies & build user_oidc app
env:
Expand Down

0 comments on commit f405c10

Please sign in to comment.