Skip to content

feat(IPVC-2471): add codon_table to txinfo file #111

feat(IPVC-2471): add codon_table to txinfo file

feat(IPVC-2471): add codon_table to txinfo file #111

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