Skip to content

Commit

Permalink
temporarily skip prokka test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Aug 11, 2023
1 parent c2157fc commit ca086ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-bactopia-tool-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | xargs -I {} -P 20 \
ls subworkflows/local/ | grep -v "prokka" | xargs -I {} -P 20 \
bash -c 'BACTOPIA_ARGS="-profile singularity --singularity_cache ${{ env.BACTOPIA_SINGULARITY }} --is_ci --test_data_dir ${{ env.BACTOPIA_TESTS }}" TMPDIR=${{ env.BACTOPIA_TMP }} \
pytest --wt 5 --symlink --kwdof -o "testpaths=tests subworkflows/local/" --tag {}'
Expand All @@ -43,7 +43,7 @@ jobs:
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | xargs -I {} -P 20 \
ls subworkflows/local/ | grep -v "prokka" | xargs -I {} -P 20 \
bash -c 'BACTOPIA_ARGS="-profile docker --is_ci --test_data_dir ${{ env.BACTOPIA_TESTS }}" TMPDIR=${{ env.BACTOPIA_TMP }} \
pytest --wt 5 --symlink --kwdof -o "testpaths=tests subworkflows/local/" --tag {}'
Expand All @@ -53,7 +53,7 @@ jobs:
conda activate bactopia-ci
conda clean --all -y
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | xargs -I {} -P 20 \
ls subworkflows/local/ | grep -v "prokka" | xargs -I {} -P 20 \
bash -c 'BACTOPIA_ARGS="--is_ci --condadir ${{ env.BACTOPIA_CONDA }} --test_data_dir ${{ env.BACTOPIA_TESTS }}" TMPDIR=${{ env.BACTOPIA_TMP }} \
pytest --wt 5 --symlink --kwdof -o "testpaths=tests subworkflows/local/" --tag {}'
Expand Down

0 comments on commit ca086ff

Please sign in to comment.