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 c12e2fc commit 658edf7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/all-bactopia-tests.yml
@@ -1,9 +1,6 @@
name: All Bactopia Tests

on: workflow_dispatch
#schedule:
# At 01:30 on Monday and Thursday
#- cron: '30 1 * * 1,4'

jobs:
bactopia-tests:
Expand All @@ -14,7 +11,7 @@ jobs:

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

Expand All @@ -30,7 +27,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
cd ${{ env.BACTOPIA_WORKSPACE }}
ls modules/local/bactopia | xargs -I {} -P 10 -n 1\
Expand All @@ -39,7 +36,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 modules/local/bactopia | xargs -I {} -P 10 -n 1\
Expand All @@ -48,7 +45,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 modules/local/bactopia | xargs -I {} -P 10 -n 1\
Expand Down

0 comments on commit 658edf7

Please sign in to comment.