Skip to content

Commit

Permalink
remove the sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Apr 4, 2024
1 parent 71602c1 commit ceb0a02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
if check_port; then
echo "Port 8081 is now open!"
sleep 30
sudo curl -k --retry 10 --retry-connrefused https://localhost:8081/_explorer/emulator.pem > ~/emulatorcert.crt
sudo cp ~/emulatorcert.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates
Expand Down

0 comments on commit ceb0a02

Please sign in to comment.