Skip to content

Commit

Permalink
New python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jan 10, 2025
1 parent 1036b68 commit 9e60c33
Showing 1 changed file with 11 additions and 26 deletions.
37 changes: 11 additions & 26 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,18 @@ jobs:
biobb_wf_md_setup:
- "biobb_wf_md_setup/python/workflow.env.yml"
tests:
name: Run Tests
strategy:
matrix:
include:
- wf_name: biobb_wf_ligand_parameterization/python/workflow.env.yml
changed: ${{ needs.filter-files.outputs.biobb_wf_ligand_parameterization_changed }}
- wf_name: biobb_wf_md_setup/python/workflow.env.yml
changed: ${{ needs.filter-files.outputs.biobb_wf_md_setup_changed }}
biobb_wf_ligand_parameterization:
name: biobb_wf_ligand_parameterization
needs: filter-files
if: matrix.changed == 'true'
uses: ./.github/workflows/reusable.yaml
if: needs.filter-files.outputs.biobb_wf_ligand_parameterization_changed == 'true'
with:
wf_name: ${{ matrix.wf_name }}
wf_name: biobb_wf_ligand_parameterization

# biobb_wf_ligand_parameterization:
# name: biobb_wf_ligand_parameterization
# needs: filter-files
# uses: ./.github/workflows/reusable.yaml
# if: needs.filter-files.outputs.biobb_wf_ligand_parameterization_changed == 'true'
# with:
# wf_name: biobb_wf_ligand_parameterization

# biobb_wf_md_setup:
# name: biobb_wf_md_setup
# needs: filter-files
# uses: ./.github/workflows/reusable.yaml
# if: needs.filter-files.outputs.biobb_wf_md_setup_changed == 'true'
# with:
# wf_name: biobb_wf_md_setup
biobb_wf_md_setup:
name: biobb_wf_md_setup
needs: filter-files
uses: ./.github/workflows/reusable.yaml
if: needs.filter-files.outputs.biobb_wf_md_setup_changed == 'true'
with:
wf_name: biobb_wf_md_setup

0 comments on commit 9e60c33

Please sign in to comment.