Skip to content

Commit

Permalink
updating quicktest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-abdullah committed Aug 7, 2024
1 parent 34dc819 commit a1d117b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/quicktest.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: quicktest

"""
File: quicktest.yaml
Author: Taha Abdullah
Created on: 2023-03-04
Functionality: This workflow runs some quick integration tests on FastSurfer commits. It checks out the new
FastSurfer repo, sets up Python, builds a Singularity image, runs FastSurfer on sample MRI data, and
runs pytest to check if the results are acceptable
Usage: This workflow is triggered on a push or pull-request to the dev and main branch of DeepMI/FastSurfer. It can also
be triggered manually with workflow-dispatch
"""
# File: quicktest.yaml
# Author: Taha Abdullah
# Created on: 2023-03-04
# Functionality: This workflow runs some quick integration tests on FastSurfer commits. It checks out the new
# FastSurfer repo, sets up Python, builds a Singularity image, runs FastSurfer on sample MRI data, and
# runs pytest to check if the results are acceptable
# Usage: This workflow is triggered on a push or pull-request to the dev and main branch of DeepMI/FastSurfer.
# It can also be triggered manually with workflow-dispatch


on:
# pull_request:
Expand Down

0 comments on commit a1d117b

Please sign in to comment.