Skip to content

Commit

Permalink
action file correction setup_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jitu5 committed Apr 11, 2024
1 parent ace8362 commit c173949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: inputs.os == 'ubuntu-latest' || ((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/demo') && inputs.os == 'windows-latest')
steps:
- name: Setup Tests
uses: "./.github/actions/setup-tests"
uses: "./.github/actions/setup_tests"
with:
os: ${{ inputs.os }}
python-version: ${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: inputs.os == 'ubuntu-latest' || ((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/demo') && inputs.os == 'windows-latest')
steps:
- name: Setup Tests
uses: "./.github/actions/setup-tests"
uses: "./.github/actions/setup_tests"
with:
os: ${{ inputs.os }}
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit c173949

Please sign in to comment.