Skip to content

Commit 45fa55c

Browse files
committed
Added an Aerospike cluster set up for integration tests.
1 parent a2bfa55 commit 45fa55c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
java-version: 1.8
2121

22+
# Aerospike cluster for integration tests (https://github.com/reugn/github-action-aerospike)
23+
- name: Set up Aerospike Database
24+
uses: reugn/github-action-aerospike@v1
25+
2226
# See: https://github.com/actions/cache/blob/master/examples.md#java---maven
2327
- name: Maven cache and restore deps
2428
uses: actions/cache@v1

0 commit comments

Comments
 (0)