Skip to content

Commit

Permalink
workflows updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Apr 11, 2024
1 parent 9a66b98 commit 184be8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build
on: [push, pull_request]

jobs:
test:

linting:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -24,9 +23,9 @@ jobs:
- name: Lint and typecheck
run: |
hatch run lint-check
- name: Run Tests
run: |
hatch run test:pytest
# - name: Run Tests
# run: |
# hatch run test:pytest
# - name: coverage test
# run: |
# hatch run test:test-cov-xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash

jobs:
linting:
tests:
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 184be8c

Please sign in to comment.