Skip to content

feat: CQDG-825 create extendedMapping endpoint 2 #25

feat: CQDG-825 create extendedMapping endpoint 2

feat: CQDG-825 create extendedMapping endpoint 2 #25

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Ensure we can build the image
run: docker build -t test:test .