Skip to content

Add Docker Compose Setup #17

Add Docker Compose Setup

Add Docker Compose Setup #17

Workflow file for this run

#
# This source file is part of the Stanford Biodesign Digital Health TypeScript Template open-source project
#
# SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
#
name: Build and Test
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
reuseaction:
name: REUSE Compliance Check
uses: StanfordSpezi/.github/.github/workflows/reuse.yml@v2
eslint:
name: ESLint
uses: ./.github/workflows/eslint.yml
testandcoverage:
name: Test and Coverage
uses: ./.github/workflows/npm-test-and-coverage.yml
dockercomposetest:
name: Docker Compose & Test
uses: ./.github/workflows/docker-compose-test.yml
with:
testscript: test.sh