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 27, 2023
1 parent bb6c6c3 commit 61d13fa
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 @@ -29,9 +29,9 @@ jobs:
steps:
- name: Dump USBX Inputs
run: |
echo tests_to_run: inputs.tests_to_run
echo skip_coverage: inputs.skip_coverage
echo coverage_name: inputs.coverage_name
echo tests_to_run: ${{ inputs.tests_to_run }}
echo skip_coverage: ${{ inputs.skip_coverage }}
echo coverage_name: ${{ inputs.coverage_name }}
run_tests:
permissions:
contents: read
Expand Down

0 comments on commit 61d13fa

Please sign in to comment.