Skip to content

Commit

Permalink
Update integration_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed May 23, 2024
1 parent 7470d4c commit 305e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
docker run -d --network=host --name aerospike -p 3000:3000 -v .:/etc/aerospike aerospike/aerospike-server-enterprise:latest
- name: Create features.conf from secret
run: echo "${{ secrets.FEATURES_CONF }}" > ./features.conf
printf "%s" "${{ secrets.FEATURES_CONF }}" > ./features.conf

- name: Start Aerospike Proximus
run: |
Expand Down

0 comments on commit 305e8ce

Please sign in to comment.