Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8065fea8
Unverified
Commit
8065fea8
authored
Oct 27, 2020
by
Stas Bekman
Committed by
GitHub
Oct 28, 2020
Browse files
[gh actions] run artifacts job always (#8110)
parent
1e01db35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-0
No files found.
.github/workflows/self-scheduled.yml
View file @
8065fea8
...
@@ -84,6 +84,7 @@ jobs:
...
@@ -84,6 +84,7 @@ jobs:
python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make_reports=tests_pipeline tests
python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make_reports=tests_pipeline tests
-
name
:
test suite reports artifacts
-
name
:
test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
uses
:
actions/upload-artifact@v2
with
:
with
:
name
:
test_reports
name
:
test_reports
...
...
Write
Preview
Markdown
is supported
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