Skip to content

Commit

Permalink
changed name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrr committed Jun 9, 2024
1 parent 612e195 commit d47f5ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Run Tests (Frontend)
on: [push]

jobs:
jest-test:
vite-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- run: npm ci
working-directory: client
- run: npm run lint
Expand Down

0 comments on commit d47f5ce

Please sign in to comment.