Skip to content

build(deps): bump serve-static and express #418

build(deps): bump serve-static and express

build(deps): bump serve-static and express #418

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test_build:
name: Test build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
docker-compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from oaipmh
docker-compose -f docker-compose.test.yaml down