Run UI performance tests as root (#14536)
We want to run chrome at higher priority on OS level, to set the process priority we need to run the script as root.
This commit is contained in:
parent
a125500d8e
commit
88a2fc228e
|
|
@ -1491,7 +1491,7 @@ jobs:
|
|||
POSTGRES_PASSWORD: postgres
|
||||
NODE_TLS_REJECT_UNAUTHORIZED: "0"
|
||||
MACHINE: ${{matrix.machine}}
|
||||
run: ./start-test.sh
|
||||
run: sudo ./start-test.sh
|
||||
|
||||
# Restore the previous built bundle if present. If not push the newly built into the cache
|
||||
- name: Restore the previous bundle
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user