Skip to content

Commit

Permalink
next test
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Aug 6, 2024
1 parent 016a261 commit a58d01d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: ./
with:
task: get-measurement
label: "Sleep 3s"
label: "echo Hellos; $SHELL;"

- name: Dump ECO-CI CPU Step actual processed
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
uses: ./
with:
task: get-measurement
label: "ls -alhR /usr/lib"
label: "(Soo this is something); & \"; echo $SHELL"

- name: Sleep 3
run: sleep 3
Expand All @@ -87,8 +87,13 @@ jobs:
uses: ./
with:
task: get-measurement
label: "Sleep 3s"
label: 'Environment setup (Python${{ matrix.python-version }}, lint)'

- name: Test measurement 3
uses: ./
with:
task: get-measurement
label: 'Testing with tox (Python${{ matrix.python-version }})'

- name: Dump ECO-CI CPU
run: |
Expand Down

0 comments on commit a58d01d

Please sign in to comment.