Skip to content

Commit

Permalink
update CI config for new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Dec 3, 2020
1 parent 6f3b673 commit 02adfd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@ jobs:
defaults:
run:
working-directory: spotlight-client
env:
REACT_APP_API_URL: http://localhost:3002
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- run: yarn test --coverage
- run: yarn test --coverage --forceExit
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 02adfd1

Please sign in to comment.