Skip to content

feat(infrastructure): add infrastructure #1

feat(infrastructure): add infrastructure

feat(infrastructure): add infrastructure #1

Workflow file for this run

name: Tests
on:
pull_request:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Verify Docker Compose installation
run: docker-compose --version
- name: Run Development Docker Compose
run: docker-compose up -d