mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd Try to fix errors with firefox in test core linux
This commit is contained in:
parent
094d5d5dfe
commit
0d9349611e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test-core-linux.yml
vendored
5
.github/workflows/test-core-linux.yml
vendored
|
|
@ -84,5 +84,6 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
cd ./tests/core/${{ inputs.TEST }}
|
||||
MAKEFLAGS="-j $(nproc)" find . -name "requirements.txt" -exec sudo pip install -r {} \;
|
||||
sudo ./test.sh "linux"
|
||||
sudo -i
|
||||
MAKEFLAGS="-j $(nproc)" find . -name "requirements.txt" -exec pip install -r {} \;
|
||||
./test.sh "linux"
|
||||
|
|
|
|||
Loading…
Reference in a new issue