Skip to content

Install a mongo database explore tool in a container #144 #256

Install a mongo database explore tool in a container #144

Install a mongo database explore tool in a container #144 #256

Workflow file for this run

name: test-build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Test
run: docker network create project-network && docker-compose build && docker-compose up --exit-code-from web-test