We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d223574 commit 479f5d1Copy full SHA for 479f5d1
.circleci/config.yml
@@ -19,16 +19,19 @@ jobs:
19
build:
20
docker:
21
- image: circleci/golang:1.12
22
-
+
23
- image: redislabs/redisgraph:edge
24
25
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
26
steps:
27
- checkout
28
- run: make test
29
- early_return_for_forked_pull_requests
30
+ - run: |
31
+ apt-get update
32
+ apt-get upgrade -y
33
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
34
35
workflows:
36
version: 2
37
commit:
0 commit comments