Skip to content

feat: Refactor GitHub Action to enhance Python testing framework supp… #14

feat: Refactor GitHub Action to enhance Python testing framework supp…

feat: Refactor GitHub Action to enhance Python testing framework supp… #14

Workflow file for this run

name: Basic Testing Example
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Python Tests
uses: thoughtparametersllc/python-testing@947908abd1dab777628becca5b772f26735e8146
with:
python-version: '3.x'