Skip to content

Commit

Permalink
added frontend test to ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rtjord committed Dec 9, 2024
1 parent fdda2c0 commit b31da86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
- name: Build
working-directory: frontend
run: npm run build

- name: Test
working-directory: frontend
run: npm test
4 changes: 2 additions & 2 deletions backend/src/handlers/__tests__/end_to_end/config.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const baseUrl = "https://dev.teamfivepackages.com";
// export const baseUrl = "https://prod.teamfivepackages.com";
// export const baseUrl = "https://dev.teamfivepackages.com";
export const baseUrl = "https://prod.teamfivepackages.com";

0 comments on commit b31da86

Please sign in to comment.