Skip to content

Commit

Permalink
try: rebuild for Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Jan 9, 2025
1 parent 1b50ee7 commit ba36782
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ jobs:
with:
python-version: '3.11'

- name: Build Theia
shell: bash
working-directory: ./theia
run: |
npm install -g node-gyp
npm ci
npm run build
- name: Test (playwright electron)
shell: bash
run: xvfb-run yarn ui-tests-ci-electron
Expand Down

0 comments on commit ba36782

Please sign in to comment.