ci/cd Try to fix errors with firefox in test core linux

This commit is contained in:
Théophile Diot 2023-09-19 15:02:55 +02:00
parent 094d5d5dfe
commit 0d9349611e
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 3 additions and 2 deletions

View File

@ -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"