Skip to content

Add error message for failing verification variants #247

Add error message for failing verification variants

Add error message for failing verification variants #247

name: Test Build of Docker image
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 'Checkout git repo'
uses: actions/checkout@v1
- name: Build Docker image
uses: docker/[email protected]
with:
repository: genomenexus/gn-spring-boot
# don't push, since this is a test
push: false