Skip to content

fix(IPVC-2399): fix gene id back fill migration script, update paths … #54

fix(IPVC-2399): fix gene id back fill migration script, update paths …

fix(IPVC-2399): fix gene id back fill migration script, update paths … #54

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build image
run: docker build --target uta-test -t uta-test .
- name: Run tests
run: docker run --rm uta-test python -m unittest