Skip to content

editting tracks day changes as well #150

editting tracks day changes as well

editting tracks day changes as well #150

name: Production Build
on:
push:
branches:
- develop
- main
- multitenancy
jobs:
run-tests:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20.18.1
cache: 'yarn'
- name: Yarn Install
run: yarn install
- name: Run Tests
run: yarn containerize