Skip to content

Workflow file for this run

# make a workflow called check-dbs
name: check-dbs
on: [push]
jobs:
check-dbs:
strategy:
matrix:
db: [CAMPY, CBOT, CRONO, LISTERIA, SALM, STEC, VIBR]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
set -x
ls db/${{ matrix.db }}/alleles_0.*
ls db/${{ matrix.db }}/alleleinfo.txt_0
ls db/${{ matrix.db }}/loci.tsv
ls db/${{ matrix.db }}/OrganismSettings.json