Compare commits

..

1 Commits

Author SHA1 Message Date
d2b588d36c ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / EspressoReports (pull_request) Failing after 12m57s
2025-03-19 21:42:40 +01:00

View File

@ -12,11 +12,6 @@ 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'