Playing with actions
parent
d4e0ae85c9
commit
61d18bbfa8
|
@ -16,11 +16,7 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- run: npm ci
|
|
||||||
working-directory: ./mongodb
|
|
||||||
- run: node client.js
|
|
||||||
working-directory: ./mongodb
|
|
||||||
env:
|
env:
|
||||||
# use mongodb for the host here because we have specified a container for the job.
|
# 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
|
# If we were running the job on the VM this would be localhost
|
||||||
|
|
Loading…
Reference in New Issue