Skip to content

add initial migration #68

add initial migration

add initial migration #68

Workflow file for this run

name: Build application on commit
on:
workflow_call:
pull_request:
push:
paths:
- '**'
branches:
- '**'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Trying to install dependencies and build the application
run: |
yarn --version
yarn install
yarn run build