Skip to content

Commit

Permalink
- updated tests, missed a few spots
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm authored Feb 23, 2024
1 parent 433f335 commit 0092c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data-json-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# setup
output='${{ steps.data-node-setup.outputs.data-lap-json }}'
required_label="node setup"
required_fields=("repository" "branch" "workflow" "run_id" "label" "cpu_avg_percent" "energy_joules" "power_avg_watts")
required_fields=("repository" "branch" "workflow" "run_id" "label" "cpu_avg_percent" "energy_joules" "power_avg_watts" "time")
required_count=${#required_fields[@]}
# assertions
if [ -z "$output" ]; then
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
# setup
output='${{ steps.data-total.outputs.data-total-json }}'
required_label="TOTAL"
required_fields=("repository" "branch" "workflow" "run_id" "label" "cpu_avg_percent" "energy_joules" "power_avg_watts")
required_fields=("repository" "branch" "workflow" "run_id" "label" "cpu_avg_percent" "energy_joules" "power_avg_watts" "time")
required_count=${#required_fields[@]}
# assertions
if [ -z "$output" ]; then
Expand Down

0 comments on commit 0092c75

Please sign in to comment.