preetjdp / YouOweMe

Making it simpler to track those chillars
9 stars 6 forks source link

[BUG] Get Google Services working with CI #8

Closed preetjdp closed 4 years ago

preetjdp commented 4 years ago

Describe the bug Builds are failing because Google Services.json is not present in its location.

To Reproduce

  1. git clone ...
  2. flutter build
  3. Failure 😨 Expected behavior Work

Describe the idea / solution you'd like Solutions in my mind:

  1. Either Implement a environment variables based solution.
  2. Store google_services.json in Github Secret create the file on CI runtime.
preetjdp commented 4 years ago

It did fail indeed. image

preetjdp commented 4 years ago

Closing for the moment