Skip to content

Commit

Permalink
With steps
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 16, 2024
1 parent fc95382 commit f07027e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on: [ push ]

jobs:
Smoke-RunTraining:
uses: ./.github/workflows/run-pipeline.yml
with:
environment_file: ./deeprvat_env_no_gpu.yml
name: Smoke-RunTraining
pipeline_cmd: |
python -m snakemake -n -j 2 --directory ./example \
--snakefile ./pipelines/run_training.snakefile --show-failed-logs
steps:
uses: ./.github/workflows/run-pipeline.yml
with:
environment_file: ./deeprvat_env_no_gpu.yml
name: Smoke-RunTraining
pipeline_cmd: |
python -m snakemake -n -j 2 --directory ./example \
--snakefile ./pipelines/run_training.snakefile --show-failed-logs
# Pipeline-Tests-RunTraining:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit f07027e

Please sign in to comment.