mirror of
https://github.com/filegator/filegator.git
synced 2025-08-07 05:47:02 +02:00
GitHub Actions fix - Cypress deps sudo
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Cypress dependencies
|
||||
run: apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
|
||||
run: sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
|
||||
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user