Skip to content

Commit

Permalink
Merge branch 'master' into tomasz-whitelisted-not-rewarded
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk authored Jan 17, 2025
2 parents 26a22a6 + 0e901a6 commit af36f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash
run: |
#### Set the number of CPUs to use for parallel tests.
echo "CPUS=$(lscpu | egrep '^CPU\(s\)' | grep -o '[0-9]*')" >> $GITHUB_ENV
echo "CPUS=$(lscpu | egrep '^CPU\(s\):' | grep -o '[0-9]*')" >> $GITHUB_ENV
echo "CPUS: $CPUS"
Expand Down

0 comments on commit af36f7b

Please sign in to comment.