Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 998e722

Browse files
author
Amey Bhide
committed
Reorder circleci targets
Run `make lint` before any tests.
1 parent 842885e commit 998e722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- GOCACHE: /tmp/go/cache
2020
steps:
2121
- checkout
22+
- run:
23+
name: Code Quality
24+
command: make lint
2225
- run:
2326
name: Wait for Splunk Container
2427
command: curl -4sSk --retry 40 --retry-connrefused --retry-delay 3 -o /dev/null ${SPLUNK_ADDR}
2528
- run:
2629
name: Test
2730
command: make test TESTREPORT=test-results/go/results.xml
28-
- run:
29-
name: Code Quality
30-
command: make lint
3131
- run:
3232
name: Release
3333
command: |

0 commit comments

Comments
 (0)