Skip to content

Commit

Permalink
Update regression_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocq2001 authored Nov 25, 2023
1 parent efbc555 commit 55b3d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check Settings
run: |
echo inputs.tests_to_run: ${{ inputs.tests_to_run }}
coverage=$(echo "${{ inputs.tests_to_run }}" | grep -o '[^ ]*\(_coverage\|_all\)' | awk 'NR==1{print $1}')
coverage=$(echo "${{ inputs.tests_to_run }}" | grep -o '[^ ]*\(_coverage\|all\)' | awk 'NR==1{print $1}')
echo "coverage=$coverage_name" >> $GITHUB_ENV
Expand Down

0 comments on commit 55b3d78

Please sign in to comment.