Skip to content

Update docker-compose-dev.yaml #150

Update docker-compose-dev.yaml

Update docker-compose-dev.yaml #150

Workflow file for this run

#name: Test
#on:
# push:
# branches:
# - "**"
# workflow_call:
#jobs:
# test:
# runs-on: self-hosted
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - run: npm ci
# - name: Build
# run: npm run build
# - name: Unit Tests
# run: npm run test:unit