Skip to content

Commit

Permalink
update all tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Mar 23, 2024
1 parent 658edf7 commit b813b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all-bactopia-tool-tests.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout bactopia/bactopia
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ github.run_id }}/bactopia

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Singularity Profile
run: |
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/miniforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | grep -v -E "teton" | xargs -I {} -P 20 \
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Docker Profile
run: |
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/miniforge/etc/profile.d/conda.sh
conda activate bactopia-ci
cd ${{ env.BACTOPIA_WORKSPACE }}
ls subworkflows/local/ | grep -v -E "teton" | xargs -I {} -P 20 \
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Conda Profile
run: |
source /data/storage/bactopia-ci/mambaforge/etc/profile.d/conda.sh
source /data/storage/bactopia-ci/miniforge/etc/profile.d/conda.sh
conda activate bactopia-ci
conda clean --all -y
cd ${{ env.BACTOPIA_WORKSPACE }}
Expand Down

0 comments on commit b813b2d

Please sign in to comment.