Skip to content

Commit

Permalink
testing a backend workflow - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eams1798 committed Jan 31, 2024
1 parent d7992bf commit 157ff23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: cd frontend && yarn install
run: cd backend && yarn install
- name: Lint
run: cd frontend && yarn lint
run: cd backend && yarn lint
- name: Test
run: cd frontend && yarn test
run: cd backend && yarn test

0 comments on commit 157ff23

Please sign in to comment.