diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 619d26db..b695db50 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -48,6 +48,8 @@ jobs: run: pip install -e ".[dev]" - name: Prisma generate run: prisma generate + - name: Create client secrets file + run: echo '{"web":{"client_id":"dummy.apps.googleusercontent.com","project_id":"dummy-id","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"dummy-secret","redirect_uris":["http://localhost:9000/login/callback"]}}' > client_secrets.json - name: Test run: pytest tests/ci/