Skip to content

[PROD] Added and Update Workflows #1

[PROD] Added and Update Workflows

[PROD] Added and Update Workflows #1

Workflow file for this run

name: Build Docker Image CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Build Docker Image
run: |
docker-compose up --build -d
- name: Run Docker image
run: |
docker run etl-awesome-api-compose