Skip to content

Commit

Permalink
Try integrating docker services into GitHub test action
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Feb 24, 2021
1 parent 0bcb763 commit 750f8c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: cp env.example .env
# Start the microservices needed for tests
- run: npm run services:start auth
- run: npm run test
Prettier-Check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 750f8c0

Please sign in to comment.