Update data_tests.yml

This commit is contained in:
khagen 2023-10-05 16:00:38 +02:00 committed by GitHub
parent de8049ae34
commit f9a2907987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
name: Run power usage check
steps:
- run: sar -u 1 240 -X
- run: sar -u 1 240 -X -o test.txt
- run: cat test.txt
test:
runs-on: ubuntu-latest
strategy: