Skip to content

feat: CQDG-895 add new study metadata 2 #38

feat: CQDG-895 add new study metadata 2

feat: CQDG-895 add new study metadata 2 #38

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 .