Skip to content

test (core) : adding TestMinIORootAdapter #95

test (core) : adding TestMinIORootAdapter

test (core) : adding TestMinIORootAdapter #95

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build_docker_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile.prod --tag personify-service:$(date +%s)