Skip to content

Commit

Permalink
Update fastsurfer_singularity.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-abdullah authored Mar 25, 2024
1 parent ab35c4e commit f4fe260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fastsurfer_singularity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- name: Test File Existence
run: |
singularity exec --bind $GITHUB_WORKSPACE:/fastsurfer-dev --env FASTSURFER_HOME=/fastsurfer-dev fastsurfer-gpu.sif python3 test/test_file_existence.py $RUNNER_FS_OUTPUT_FILES
python3 test/quick_test/test_file_existence.py $RUNNER_FS_OUTPUT_FILES
# Test for errors in log files
test-error-messages:
Expand All @@ -87,4 +87,4 @@ jobs:
steps:
- name: Test Log Files For Error Messages
run: |
singularity exec --bind $GITHUB_WORKSPACE:/fastsurfer-dev --env FASTSURFER_HOME=/fastsurfer-dev fastsurfer-gpu.sif python3 test/test_error_messages.py $RUNNER_FS_OUTPUT_LOGS
python3 test/quick_test/test_error_messages.py $RUNNER_FS_OUTPUT_LOGS

0 comments on commit f4fe260

Please sign in to comment.