Skip to content

Commit 7bba510

Browse files
committed
action earlier
1 parent f52f9c7 commit 7bba510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
2626
steps:
2727
- checkout
28-
- run: make test
29-
- early_return_for_forked_pull_requests
3028
- run: |
3129
apt-get update
3230
apt-get upgrade -y
31+
- run: make test
32+
- early_return_for_forked_pull_requests
3333
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
3434

3535
workflows:

0 commit comments

Comments
 (0)