Skip to content

Commit

Permalink
Fix tests and add github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 17, 2024
1 parent b822316 commit da08626
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ on:
pull_request:

jobs:
lint:
name: linter
runs-on: ubuntu-latest
if: success() || failure() # Continue running if other jobs fail
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: psf/black@main

test:
name: python ${{ matrix.python-version }} tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,7 +45,6 @@ jobs:
verbose: true
emoji: false
job-summary: true
custom-pytest: poetry run pytest
custom-arguments: '-q'
click-to-expand: true
report-title: 'Reclass Tests'

0 comments on commit da08626

Please sign in to comment.