fix(regression-tests): fix cpu print step (#910)

* fix(regression-tests): fix cpu print step


Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2023-03-05 13:26:21 +02:00 committed by GitHub
parent 95f422ab6e
commit 86948efb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
name: Regression Tests
on:
schedule:
- cron: '0 0/3 * * *'
@ -25,8 +23,8 @@ jobs:
with:
submodules: true
name: Print cpu info
cat /proc/cpuinfo
- name: Print cpu info
run: cat /proc/cpuinfo
- name: Configure & Build
run: |