Skip to content

Commit 13364a6

Browse files
committed
fix: fix npm command
1 parent e68c97b commit 13364a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/javascript-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
sudo ln -sf /opt/firefox/firefox /usr/bin/firefox
3737
3838
- name: Install Required System Packages
39-
run: |
40-
sudo apt-get update
41-
run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev ubuntu-restricted-extras xvfb
39+
run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev ubuntu-restricted-extras xvfb
4240

4341
- name: Install npm dependencies
4442
run: npm ci

0 commit comments

Comments
 (0)