Skip to content

Commit

Permalink
github: report CPU info before running tests (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Nov 21, 2024
2 parents 4bd0250 + 9c5ebb4 commit c90955e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ jobs:
if: ${{ matrix.test == 'conversion' || matrix.test == 'storage-buckets' || matrix.test == 'storage-vm ceph' || matrix.test == 'storage-volumes-vm' }}
uses: canonical/lxd/.github/actions/setup-microceph@main

- name: CPU info
run: lscpu

- name: ${{ matrix.test }} (${{ matrix.track }})
run: |
set -eux
Expand Down

0 comments on commit c90955e

Please sign in to comment.