Commit 1b13d367 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Update config.yml

parent 96e26f1f
...@@ -879,7 +879,7 @@ jobs: ...@@ -879,7 +879,7 @@ jobs:
name: Test name: Test
command: | command: |
mkdir -p /test-results mkdir -p /test-results
DB_USER=postgres gotestsum --format=standard-verbose --junitfile /test-results/tests.xml -- -parallel=4 ./... DB_USER=postgres gotestsum --format=standard-verbose --junitfile=/test-results/indexer_tests.xml -- -parallel=4 ./...
working_directory: indexer working_directory: indexer
- store_test_results: - store_test_results:
path: /test-results path: /test-results
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment