Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjulka19 authored Jan 3, 2024
1 parent 30fd4e4 commit 0384cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- run: npm install
- run: npm run lint:frontend

test:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/cypress-io/github-action@v6.1.0
- uses: cypress-io/github-action@v6.1.0
with:
start: npm run dev:frontend
project: ./client
Expand Down

0 comments on commit 0384cbb

Please sign in to comment.