Skip to content

Commit

Permalink
update export test for new field
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm authored Feb 23, 2024
1 parent 2aac9aa commit 433f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-json-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# setup
output='${{ steps.data-sleep.outputs.data-lap-json }}'
required_label="sleep"
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 433f335

Please sign in to comment.