Skip to content

Commit

Permalink
fix tests in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pubalokta committed Sep 30, 2024
1 parent 0b38b72 commit a5fb096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export CLUSTER_NO_TLS_VALIDATION=true

test-standalone-setup:
docker-compose up -d
docker compose up -d

test-standalone-teardown:
docker-compose down
docker compose down

test-cluster-setup:
docker-compose -f docker-compose-cluster.yml up -d
docker compose -f docker-compose-cluster.yml up -d

test-cluster-teardown:
docker-compose -f docker-compose-cluster.yml down
docker compose -f docker-compose-cluster.yml down

test-cluster:
npm run test-cluster
Expand Down

0 comments on commit a5fb096

Please sign in to comment.