Skip to content

chore(deps): bump send and express in /front-end #78

chore(deps): bump send and express in /front-end

chore(deps): bump send and express in /front-end #78

Workflow file for this run

# This workflow tests building the Docker images and starting containers
name: Test Docker build
on:
push:
pull_request:
branches: [ master ]
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
# Checks-out your repository, for access in the workflow
- uses: actions/checkout@v2
# Build containers
- name: Build docker container
run: docker-compose build
# Run containers
- name: Start Docker containers
run: docker-compose up -d