Skip to content

Commit

Permalink
chore: remove redundant test job from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jan 22, 2025
1 parent d62a7f7 commit f6a5d89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,3 @@ jobs:
- name: Run pre-commit
run: |
pre-commit run --all-files
test:
runs-on: ubuntu-latest
needs: [test-controller, test-frontend-integration, test-pre-commit]
steps:
- run: echo "Build successful"

0 comments on commit f6a5d89

Please sign in to comment.