Skip to content

Add Docker Compose Setup #16

Add Docker Compose Setup

Add Docker Compose Setup #16

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

Check failure on line 28 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / Build and Test

Invalid workflow file

The workflow is not valid. In .github/workflows/build-and-test.yml (Line: 28, Col: 11): Error from called workflow StanfordBDHG/TypeScriptTemplate/.github/workflows/docker-compose-test.yml@0c97affda43ce76c78f6d4a7aa18c60db41227e2 (Line: 36, Col: 9): Unexpected value 'workingDirectory'
with:
testscript: test.sh