Skip to content

Commit

Permalink
Fix github-action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-lafont committed Jun 8, 2020
1 parent c97276d commit 1d686a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
node-version: '12.x'
- name: Install dependencies
run: cd client; yarn --frozen-lockfile
- name: Run tests
run: cd client; yarn test
# Disabled step because... there is not JS tests...
# - name: Run tests
# run: cd client; yarn test

0 comments on commit 1d686a9

Please sign in to comment.