Skip to content

fix: testing feature #5

fix: testing feature

fix: testing feature #5

Workflow file for this run

name: Docker compose action
on:
push:
branches:
- master
paths:
- 'Dockerfile'
- 'docker-compose.yml'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and run Docker Compose
run: |
docker compose up --build -d