Skip to content

feat: init pytest workflow #4

feat: init pytest workflow

feat: init pytest workflow #4

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run a simple test
run: echo "Running tests..."