Skip to content

Commit

Permalink
fix: typo possibly preventing proper firebase init
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 11, 2024
1 parent d084403 commit a08aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runsonlabels: '["macOS", "self-hosted"]'
setupSimulators: true
setupfirebaseemulator: true
customcommand: "npm install --previx ./functions && firebase emulators:exec --import=./firebase 'fastlane test'"
customcommand: "npm install --prefix ./functions && firebase emulators:exec --import=./firebase 'fastlane test'"
uploadcoveragereport:
name: Upload Coverage Report
needs: buildandtest
Expand Down

0 comments on commit a08aa7e

Please sign in to comment.