Try self-hosted runner yet another time

This commit is contained in:
Siarhei Fedartsou 2024-06-29 19:11:24 +02:00
parent e7ad192932
commit 4da9741e83

View File

@ -727,6 +727,8 @@ jobs:
# we run benchmarks in tmpfs to avoid impact of disk IO
- name: Create folder for tmpfs
run: |
# if by any chance it was mounted before(e.g. due to previous job failed), unmount it
sudo umount ~/benchmarks | true
rm -rf ~/benchmarks
mkdir -p ~/benchmarks
- name: Run PR Benchmarks