Skip to content

Commit

Permalink
added test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 23, 2024
1 parent ffe3ae7 commit 3c9365d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: '🧪 Test'

on:
workflow_dispatch:
push:
pull_request:

jobs:
py-test:
uses: ./.github/workflows/tox-pytest.yml
with:
enable-test: true

# determine-changes:
# if: |
# github.event_name != 'pull_request' ||
# github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
# runs-on: ubuntu-latest
# outputs:
# has-changes: ${{ fromJson(steps.filter.outputs.changes)[0] != null }}
# py: ${{ steps.filter.outputs.py }}
# py-test: ${{ steps.filter.outputs.py-test }}
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Categorize changed files
# uses: dorny/paths-filter@v2
# id: filter
# with:
# filters: .github/settings/test-filters.yml

0 comments on commit 3c9365d

Please sign in to comment.