Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hutspot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klinische Genetica
capture-lumc
hutspot
Commits
fe9f637d
Commit
fe9f637d
authored
3 years ago
by
van den Berg
Browse files
Options
Downloads
Plain Diff
Merge branch 'testing' of github.com:LUMC/hutspot into testing
parents
e1def517
488efaee
Branches
testing
No related tags found
No related merge requests found
Pipeline
#7586
failed
3 years ago
Stage: sanity
Stage: dry-run
Stage: integration
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+9
-0
9 additions, 0 deletions
.github/workflows/ci.yml
with
9 additions
and
0 deletions
.github/workflows/ci.yml
+
9
−
0
View file @
fe9f637d
...
...
@@ -78,3 +78,12 @@ jobs:
echo $file; cat $file
done
'
-
name
:
Check size of created files
if
:
${{ failure() }}
run
:
>-
bash -c '
for file in $(find /tmp/pytest_workflow_*/${{ matrix.test}}/ -type f); do
du -sh $file
done
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment