Skip to content

hide add more info button (#944) #910

hide add more info button (#944)

hide add more info button (#944) #910

name: Run first-time set-up for MacOS and Linux
on:
push:
branches:
- 'main'
- 'develop'
pull_request:
branches:
- 'main'
- 'develop'
paths:
- 'api/**'
- 'client/**'
- '.github/workflows/*'
- './docker-compose.yml'
jobs:
ubuntu-set-up:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set-up Docker
run: |
make install-docker-ubuntu
- name: Create environment file
run: |
cp .env.dev .env
- name: Initialize environment
run: |
make build