Skip to content

Commit

Permalink
Update _integration_test.yml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyung-Son authored Aug 5, 2024
1 parent 51d76e7 commit f05a59d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
run:
working-directory: ${{ inputs.working-directory }}
runs-on: ubuntu-latest
name: Python ${{ inputs.python-version }}
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
name: "poetry run pytest tests/integration_tests #${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f05a59d

Please sign in to comment.