Skip to content

Commit

Permalink
fix: fix makefile test-setup-ui command
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Tyagi <[email protected]>
  • Loading branch information
dragon-slayer875 committed Jul 1, 2024
1 parent 3a732ba commit 939ba98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ graphql-build: dep-check

## testing
test-setup-ui:
cd meshmap; npm ci ; npx playwright install --with-deps; cd ..
cd ui; npm ci ; npx playwright install --with-deps; cd ..

test-ui:
cd ui; npm run test:e2e; cd ..
Expand All @@ -416,4 +416,4 @@ ifeq (,$(findstring $(GOVERSION), $(INSTALLED_GO_VERSION)))
# $(error Found $(INSTALLED_GO_VERSION). \
# Required golang version is: 'go$(GOVERSION).x'. \
# Ensure go '$(GOVERSION).x' is installed and available in your 'PATH'.)
endif
endif

0 comments on commit 939ba98

Please sign in to comment.