Skip to content

Run tests on the example project #3

Run tests on the example project

Run tests on the example project #3

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: snok/install-poetry@v1
- name: Configure git
run: |
git config --global user.email "[email protected]"
git config --global user.name "My Name"
- run: ./test.sh