Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
60f0916e
"example/Android/vscode:/vscode.git/clone" did not exist on "44be91d3d15b485aed091f920e863545a8765489"
Unverified
Commit
60f0916e
authored
Apr 24, 2020
by
moto
Committed by
GitHub
Apr 24, 2020
Browse files
Store test result on CCI (#584)
parent
b7dbdc6d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.circleci/config.yml
.circleci/config.yml
+2
-0
.circleci/config.yml.in
.circleci/config.yml.in
+2
-0
.circleci/unittest/run_test.sh
.circleci/unittest/run_test.sh
+1
-1
No files found.
.circleci/config.yml
View file @
60f0916e
...
...
@@ -262,6 +262,8 @@ jobs:
-
run
:
name
:
Run test
command
:
.circleci/unittest/run_test.sh
-
store_test_results
:
path
:
test-results
workflows
:
build
:
...
...
.circleci/config.yml.in
View file @
60f0916e
...
...
@@ -262,6 +262,8 @@ jobs:
- run:
name: Run test
command: .circleci/unittest/run_test.sh
- store_test_results:
path: test-results
workflows:
build:
...
...
.circleci/unittest/run_test.sh
View file @
60f0916e
...
...
@@ -6,4 +6,4 @@ eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env
python
-m
torch.utils.collect_env
pytest
-v
test
pytest
--junitxml
=
test-results/junit.xml
-v
test
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