Skip to content

Commit

Permalink
Playing with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Mar 22, 2020
1 parent d4e0ae8 commit 61d18bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
ports:
- 27017:27017
steps:
- uses: actions/checkout@v1
- run: npm ci
working-directory: ./mongodb
- run: node client.js
working-directory: ./mongodb
- uses: actions/checkout@v1
env:
# use mongodb for the host here because we have specified a container for the job.
# If we were running the job on the VM this would be localhost
Expand Down

0 comments on commit 61d18bb

Please sign in to comment.