Skip to content

Commit

Permalink
fix: change github workflows to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonwea committed Nov 27, 2023
1 parent 765ff96 commit c6c53cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- run: npm ci

- run: cd server

- run: npm run test:e2e
env:
JWT_SECRET: testing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:

- run: npm ci

- run: cd server

- run: npm run test

0 comments on commit c6c53cd

Please sign in to comment.