Skip to content

Commit

Permalink
Fix workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 13, 2024
1 parent fcfa10c commit 2542e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ on:

jobs:
call-run-python-tests:
name: Run tests

permissions:
contents: write

uses: Mews/.github/.github/workflows/run-python-tests.yaml@main
with:
tests_dir: "tests/"
python_versions: '["3.10", "3.12"]'
os_list: '["ubuntu-latest", "windows-latest", "macos-latest"]'
create_coverage_comment: true

0 comments on commit 2542e92

Please sign in to comment.