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 d165e14 commit eb30957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Check Settings
run: |
echo inputs.tests_to_run: ${{ inputs.tests_to_run }}
coverage_name=$(echo "${{ env.TRIMMED }}" | grep -o '[^ ]*_coverage' | awk 'NR==1{print $1}')
echo "coverage_name=$coverage_name" >> $GITHUB_ENV
coverage=$(echo "${{ env.TRIMMED }}" | grep -o '[^ ]*\(_coverage\|_all\)')
echo "coverage=$coverage_name" >> $GITHUB_ENV
- name: Dump Settings
run: |
echo env.coverage_name: ${{ env.coverage_name }}
echo env.coverage: ${{ env.coverage }}
# run_tests:
# needs: check_env
Expand Down

0 comments on commit eb30957

Please sign in to comment.