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 a2bfa55 commit 45fa55cCopy full SHA for 45fa55c
.github/build.yml
@@ -19,6 +19,10 @@ jobs:
19
with:
20
java-version: 1.8
21
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
+
26
# See: https://github.com/actions/cache/blob/master/examples.md#java---maven
27
- name: Maven cache and restore deps
28
uses: actions/cache@v1
0 commit comments