We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79bb8e2 + 2ec1ea9 commit 785c15fCopy full SHA for 785c15f
1 file changed
.github/workflows/test-software.eessi.io.yml
@@ -55,6 +55,14 @@ jobs:
55
with:
56
fetch-depth: 0 # Fetch all history for all branches and tags
57
58
+ - name: Show host system info
59
+ run: |
60
+ echo "/proc/cpuinfo:"
61
+ cat /proc/cpuinfo
62
+ echo
63
+ echo "lscpu:"
64
+ lscpu
65
+
66
- name: Mount EESSI CernVM-FS pilot repository
67
uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0
68
0 commit comments