mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
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:
parent
95f422ab6e
commit
86948efb4d
1 changed files with 2 additions and 4 deletions
6
.github/workflows/regression-tests.yml
vendored
6
.github/workflows/regression-tests.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue