Skip to content

Commit

Permalink
Update unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Apr 4, 2024
1 parent 7992e05 commit 36bb61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Start Aerospike Server
run: |
docker run --network=host --name aerospike -it -p 3000:3000 -v .:/etc/aerospike aerospike/aerospike-server-enterprise:latest
docker run --network=host --name aerospike -p 3000:3000 -v .:/etc/aerospike aerospike/aerospike-server-enterprise:latest
- name: Start Aerospike Proximus
run: |
docker run --network=host -p 5000:5000 -v ./aerospike-proximus.yml:/etc/aerospike-proximus/aerospike-proximus.yml -v ./features.conf:/etc/aerospike-proximus/features.conf aerospike/aerospike-proximus:0.3.1
Expand Down

0 comments on commit 36bb61e

Please sign in to comment.