Skip to content

Commit

Permalink
Remove the end-to-end testing since it fails (as expected) and preven…
Browse files Browse the repository at this point in the history
…ts a successful CI run
  • Loading branch information
joseph-flinn committed Jan 26, 2024
1 parent d5b0f77 commit a957c84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ jobs:
- name: Check type hinting
working-directory: lint-workflow-v2
run: pipenv run pytype src

- name: Simple end-to-end testing
working-directory: lint-workflow-v2
run: pipenv run python cli.py -v lint --files tests/fixtures/test.yml

0 comments on commit a957c84

Please sign in to comment.