mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-13 03:15:44 +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
|
name: Regression Tests
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0/3 * * *'
|
- cron: '0 0/3 * * *'
|
||||||
|
@ -25,8 +23,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
name: Print cpu info
|
- name: Print cpu info
|
||||||
cat /proc/cpuinfo
|
run: cat /proc/cpuinfo
|
||||||
|
|
||||||
- name: Configure & Build
|
- name: Configure & Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue