Skip to content

Commit

Permalink
GH Actions: Steamline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed May 5, 2020
1 parent 7047cfc commit 9de46c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: cd tests/site-cra && yarn && cd ../..
- run: npm ci && cd tests/site-cra && yarn && cd ../..
- run: npm test
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 9de46c4

Please sign in to comment.