Skip to content

Commit

Permalink
Testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanhaider committed Dec 6, 2024
1 parent c0843b1 commit e7bd7f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/scripts/prepare-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
echo "Downloading & Installing 🔥Firebase CLI"
curl -sSL https://firebase.tools | bash


echo "Install 🐍Python Dependencies"
python3 -m pip install -r requirements.txt

echo "Starting 🔥Firebase CLI"
firebase emulators:start --only hosting &

echo "Install 🐍Python Dependencies"
python3 -m pip install -r requirements.txt

0 comments on commit e7bd7f3

Please sign in to comment.