Compare commits

..

1 Commits

Author SHA1 Message Date
a0afe482f9 ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / EspressoReports (pull_request) Failing after 27s
2025-03-19 22:02:39 +01:00

View File

@ -12,6 +12,11 @@ jobs:
fetch-depth: 0
- name: Fetch tags
run: git fetch --tags -p
- name: Check KVM
run: |
apt-get install cpu-checker
egrep -c '(vmx|svm)' /proc/cpuinfo
kvm-ok
- uses: actions/setup-java@v4
with:
distribution: 'temurin'