Skip to content

Commit 4a9600a

Browse files
committed
Fixed config
1 parent d191d18 commit 4a9600a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ jobs:
33
test:
44
docker:
55
- image: circleci/golang:1.14
6+
environment:
7+
APP_WD: "~/golang-example-app/resources"
68
working_directory: ~/golang-example-app
79
steps:
810
- checkout
@@ -12,7 +14,6 @@ jobs:
1214
- run:
1315
name: Test
1416
command: |
15-
APP_WD=~/golang-example-app/resources
1617
go test ./...
1718
build:
1819
docker:

0 commit comments

Comments
 (0)