Skip to content

Merge pull request #78 from Workflomics/update-bio.tools #24

Merge pull request #78 from Workflomics/update-bio.tools

Merge pull request #78 from Workflomics/update-bio.tools #24

Workflow file for this run

name: Run test script
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install cwltool
run: pip install cwltool
- name: Run tests
run: ./test_cwl_annotations.sh