Skip to content

Update pom.xml to target huit.artifactory (#395) #221

Update pom.xml to target huit.artifactory (#395)

Update pom.xml to target huit.artifactory (#395) #221

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
run: docker build -f docker/Dockerfile-test -t fits-test .
- name: Run tests
run: docker run -v `pwd`:/fits:z -v ~/.m2:/root/.m2:z fits-test mvn clean test