Skip to content

Commit

Permalink
typcheck after unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Dec 14, 2024
1 parent c02763f commit c794d64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
with:
python-versions: ${{ matrix.python-version }}

- name: Typecheck
run: nox -s typecheck

- name: Test
run: nox -s tests -- --verbose --cov=earthaccess --cov-report=term-missing --capture=no --tb=native --log-cli-level=INFO

- name: Typecheck
run: nox -s typecheck

- name: Upload coverage
# Don't upload coverage when using the `act` tool to run the workflow locally
if: ${{ !env.ACT }}
Expand Down

0 comments on commit c794d64

Please sign in to comment.