fix: use static ip in mkcert command

This commit is contained in:
ramvignesh-b
2026-04-16 04:39:29 +05:30
parent 587160811f
commit 7a05a6040e
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
sudo apt-get install -y mkcert libnss3-tools sudo apt-get install -y mkcert libnss3-tools
mkdir -p certs mkdir -p certs
mkcert -install mkcert -install
mkcert localhost [IP_ADDRESS] ::1 -cert-file certs/localhost.pem -key-file certs/localhost-key.pem mkcert localhost 127.0.0.1 ::1 -cert-file certs/localhost.pem -key-file certs/localhost-key.pem
frontend: frontend:
name: Frontend CI name: Frontend CI