Skip to content

Commit

Permalink
chore(test): extract some hw info
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Apr 30, 2024
1 parent 483054e commit e7b3eb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/transcription.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
- name: Run transcription tests
run: |
npm run mocha -- --exit --bail "packages/tests/src/transcription/**/*.spec.ts"
cat /proc/cpuinfo
lscpu
dmidecode --type processor
lshw -C CPU
hwinfo --cpu

0 comments on commit e7b3eb6

Please sign in to comment.