Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Feb 6, 2024
1 parent 0700722 commit db1bdd2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/workflows/composite/test-sdk
with:
package-under-test: ./${{ inputs.package-name }}
test-dir: tests
test-file: ${{ inputs.test-file }}
test-report-dir: tests/test-reports
python-version: ${{ matrix.python-version }}
package-name: ${{ inputs.package-name }}

0 comments on commit db1bdd2

Please sign in to comment.