Skip to content

Merge pull request #29 from vevcom/dependabot/npm_and_yarn/typescript… #88

Merge pull request #29 from vevcom/dependabot/npm_and_yarn/typescript…

Merge pull request #29 from vevcom/dependabot/npm_and_yarn/typescript… #88

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: build
run: docker-compose --env-file default.env build
- name: up
run: docker-compose --env-file default.env up -d