prep for PR to upstream

This commit is contained in:
sommersoft 2022-04-26 09:08:33 -05:00
parent 2eaf3cdc67
commit 86b8cbdd40
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,11 @@
name: downstream_testing_2 name: downstream_testing_2
on: on:
workflow_dispatch:
pull_request:
branches:
# Only run downstream tests on PRs for releases
- "[0-9]+.[0-9]+.x"
push: push:
branches: branches:
- downstream_testing_2 - downstream_testing_2

View File

@ -0,0 +1,2 @@
Added a system to run downstream plugin tests against current pytest, using GitHub Actions. Currently
constrained to pytest plugins that utilize GitHub Actions and ``tox`` to accomplish their own tests.