Skip to content

Implemented changes described in comments in the previous PR #69

Implemented changes described in comments in the previous PR

Implemented changes described in comments in the previous PR #69

Workflow file for this run

name: tests ci
# This workflow runs the pipeline with the minimal test dataset to check
# is completed without any errors
on:
pull_request:
push:
jobs:
test_ci:
name: Code testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: taranis_env
environment-file: environment.yml
auto-activate-base: false
- run: |
conda list
prokka -h