auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
59 stars 39 forks source link

Add GitHub Actions workflow [SDK-4433] #307

Closed Widcket closed 10 months ago

Widcket commented 11 months ago

📋 Changes

This PR adds a workflow for running all CI checks using GitHub Actions. The CircleCI configuration will be removed in a follow-up PR.

This required changes to the native setup of the example app, for example, changing the way JaCoCo was used to collect coverage.

Screenshot 2023-09-15 at 5 34 15 PM
evansims commented 11 months ago

@Widcket 👋 Speaking with @poovamraj he indicated that we're going to backlog troubleshooting that Android smoke test for now. Do we need to update this PR to disable those, or how would you like to approach this PR?

Widcket commented 11 months ago

I'll comment out that job.

Widcket commented 11 months ago

@evansims done, it's now ready for review.