Skip to content

Commit

Permalink
Improved the consistency and readability of your code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadapaithankar committed Oct 7, 2024
1 parent 6217a88 commit 86205d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ run-rp: ci-rp podman-secrets
$(LOCAL_ARO_RP_IMAGE):$(VERSION) rp

.PHONY: build-selenium
build selenium:
build-selenium:
docker compose build selenium

.PHONY: run selenium
run selenium:
.PHONY: run-selenium
run-selenium:
docker-compose up selenium

0 comments on commit 86205d3

Please sign in to comment.