Skip to content

Commit 69d0484

Browse files
committed
Reformat with updated prettier settings
1 parent a9a4c49 commit 69d0484

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ jobs:
9494
- run: go install gotest.tools/gotestsum@latest
9595

9696
# Windows is not happy with backslashed commands.
97-
- run: gotestsum --jsonfile="gotests.json" --packages="./..." -- -covermode=atomic -coverprofile="gotests.coverage"
97+
- run:
98+
gotestsum --jsonfile="gotests.json" --packages="./..." --
99+
-covermode=atomic -coverprofile="gotests.coverage"
98100

99101
- uses: codecov/codecov-action@v2
100102
with:

0 commit comments

Comments
 (0)