Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
LL-121: Test jest on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Verus20 committed Aug 28, 2023
1 parent 2f5dff4 commit 4ba769b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Test mongoDB connection
- name: Test google login
run: |
cd client
npm install
npm run build
npm run test
npm run test -- client/src/tests
timeout-minutes: 1

0 comments on commit 4ba769b

Please sign in to comment.