Skip to content

Commit 1937caa

Browse files
committed
fixed formatting issue in yml
1 parent 719f2a5 commit 1937caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
keys:
5353
- go-getter-modcache-v1-{{ checksum "go.mod" }}
5454
- run: |
55-
PACKAGE_NAMES=$(go list ./...)
56-
gotestsum --format=short-verbose --junitfile $TEST_RESULTS/gotestsum-report.xml -- $PACKAGE_NAMES
55+
PACKAGE_NAMES=$(go list ./...)
56+
gotestsum --format=short-verbose --junitfile $TEST_RESULTS/gotestsum-report.xml -- $PACKAGE_NAMES
5757
- store_test_results:
5858
path: /tmp/test-results
5959
- store_artifacts:

0 commit comments

Comments
 (0)