Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hem
hamlet
Commits
dd1787a7
Commit
dd1787a7
authored
May 11, 2021
by
van den Berg
Browse files
Update test folder name
parent
c0000ff2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
dd1787a7
...
...
@@ -34,9 +34,9 @@ jobs:
-
name
:
Run test in conda environment
# Use --symlink to limit disk usage.
run
:
>-
pytest --keep-workflow-wd-on-fail --tag ${{ matrix.test }}
--symlink test
s/
run
:
>-
pytest --keep-workflow-wd-on-fail --tag ${{ matrix.test }}
--symlink test
/
-
name
:
Check cromwell log in case of failure.
if
:
${{ failure() }}
...
...
@@ -45,14 +45,14 @@ jobs:
-
name
:
Check pytest stdout messages in case of failure
if
:
${{ failure() }}
run
:
>-
run
:
>-
bash -c '
for file in $(find /tmp -name log.out);
for file in $(find /tmp -name log.out);
do echo $file; cat $file; done'
-
name
:
Check pytest stderr messages in case of failure
if
:
${{ failure() }}
run
:
>-
run
:
>-
bash -c '
for file in $(find /tmp -name log.err);
for file in $(find /tmp -name log.err);
do echo $file; cat $file; done'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment