Skip to content

Bump serve-static and express in /jsbrain_server #40

Bump serve-static and express in /jsbrain_server

Bump serve-static and express in /jsbrain_server #40

Workflow file for this run

name: jsbrain-server CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and run basic tests
run: |
cd $GITHUB_WORKSPACE/jsbrain_server/docker
docker-compose --file docker-compose.test.yml build
docker-compose --file docker-compose.test.yml run sut