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 c795a54 commit bb6c6c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

dump_inputs:
runs-on: ubuntu-latest
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
run_tests:
permissions:
contents: read
Expand Down

0 comments on commit bb6c6c3

Please sign in to comment.