Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
sudo ln -sf /opt/firefox/firefox /usr/bin/firefox

- name: Install Required System Packages
run: |
sudo apt-get update
sudo apt-get install -y libdbus-glib-1-2 libgtk-3-0 xvfb
run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev ubuntu-restricted-extras xvfb

- name: Install npm dependencies
run: npm ci

- name: Run tests
run: npm run test:ci || echo "⚠️ Tests skipped — no workspaces available"
- name: Run JS tests
run: npm run test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ requirements/private.txt
*.mo
*.pot
*.po

# Installation artifacts
node_modules/
Loading
Loading