aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 0e79944b4749a5e1f05206965e4f98e1f4790920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
on:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: |
          cd blog/
          pipx install poetry
          poetry install
          poetry run pytest