Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit c88de83

Browse files
committed
ci(actions): debug run tests
1 parent 9d5dbe3 commit c88de83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
- name: Run Backend Server
8282
working-directory: ./backend_server
8383
run: MIX_ENV=ci mix phx.server &
84+
- name: Run Tests
85+
working-directory: ./frontend_server
86+
run: npm run test:ci
8487
# setup-front:
8588
# name: Setup Web Front
8689
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)