Skip to content

Commit

Permalink
update the test workflow status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Dec 8, 2024
1 parent 751d4f0 commit 4365601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Aerospike Database
uses: reugn/github-action-aerospike@v1
with:
server-version: 7.2.0.4
server-version: 7.0.0.9

- name: Cache Gradle packages
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aerospike REST Gateway

[![Build](https://github.com/aerospike/aerospike-rest-gateway/actions/workflows/build.yml/badge.svg)](https://github.com/aerospike/aerospike-rest-gateway/actions/workflows/build.yml)
[![Test](https://github.com/aerospike/aerospike-rest-gateway/actions/workflows/test.yml/badge.svg)](https://github.com/aerospike/aerospike-rest-gateway/actions/workflows/test.yml)

The Aerospike REST gateway provides a server which translates Restful API requests into messages to an Aerospike
Cluster.
Expand All @@ -16,7 +16,7 @@ here [Aerospike REST Gateway API Documentation](https://docs.aerospike.com/apido
## Getting Started blog posts

1. [Aerospike REST Gateway Introduction](https://medium.com/aerospike-developer-blog/aerospike-rest-client-cb7e5967f423?source=friends_link&sk=0d6d69703e8a77da13ec0c6c012d1c29)
4. [Authentication and Authorization using Aerospike REST Gateway](https://medium.com/aerospike-developer-blog/authentication-and-authorization-using-aerospike-rest-client-ae0837301775?source=friends_link&sk=4be1513a1158a8ecb0b3c0e163ba1c4b)
2. [Authentication and Authorization using Aerospike REST Gateway](https://medium.com/aerospike-developer-blog/authentication-and-authorization-using-aerospike-rest-client-ae0837301775?source=friends_link&sk=4be1513a1158a8ecb0b3c0e163ba1c4b)

## Prerequisites

Expand Down

0 comments on commit 4365601

Please sign in to comment.