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 f52f9c7 commit 7bba510Copy full SHA for 7bba510
.circleci/config.yml
@@ -25,11 +25,11 @@ jobs:
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
+ - run: make test
+ - early_return_for_forked_pull_requests
33
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
34
35
workflows:
0 commit comments