From c794d64eddbae9e24cd1c118b2be3b54dbe97118 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Sat, 14 Dec 2024 17:25:12 -0500 Subject: [PATCH] typcheck after unit tests --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb792360..bf487e5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}