Skip to content

Commit

Permalink
Merge branch 'CSPI-QE:main' into verbose-test-failure-reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
calebevans authored Dec 7, 2023
2 parents f9ea7c7 + 851d741 commit 87c2844
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: pr-verification

on:
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:

unit-tests:
name: unit-tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.x

- name: Install Tox
run: pip install tox

- name: Run Tox
run: tox

0 comments on commit 87c2844

Please sign in to comment.