Skip to content

Commit

Permalink
add op cli to test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed May 11, 2024
1 parent 5ee9fb7 commit a92c254
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
extra-python-dependencies: nox
use-uv: true

- uses: 1password/install-cli-action@v1

- name: Run tests
run: |
python -m nox --session "tests(python='${{ matrix.python-version }}', django='${{ matrix.django-version }}')"
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
extra-python-dependencies: nox
use-uv: true

- uses: 1password/install-cli-action@v1

- name: Run mypy
run: |
python -m nox --session "mypy"
Expand All @@ -97,6 +101,8 @@ jobs:
extra-python-dependencies: nox
use-uv: true

- uses: 1password/install-cli-action@v1

- name: Run coverage
run: |
python -m nox --session "coverage"

0 comments on commit a92c254

Please sign in to comment.