Configure diagnostics (and MapLibre) using Pkl. (#3820)
* Bump the version for the next release. * Ignore all generated sources. * Use Pkl+XcodeGen to inject secrets instead of the project. * Inject the PostHog/Sentry/Rageshake configuration from the environment. * Fix bad unicode. * Fix unit tests.
This commit is contained in:
4
.github/workflows/unit_tests_enterprise.yml
vendored
4
.github/workflows/unit_tests_enterprise.yml
vendored
@@ -41,6 +41,10 @@ jobs:
|
||||
run: bundle exec fastlane config_enterprise
|
||||
env:
|
||||
MAPLIBRE_API_KEY: WeDontNeedOneForUnitTests
|
||||
SENTRY_DSN: https://sentry.localhost
|
||||
POSTHOG_HOST: https://posthog.localhost
|
||||
POSTHOG_API_KEY: WeDontNeedOneForUnitTests
|
||||
RAGESHAKE_SERVER_URL: https://rageshake.localhost
|
||||
|
||||
- name: SwiftFormat
|
||||
run: swiftformat --lint .
|
||||
|
||||
Reference in New Issue
Block a user