You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
The smoke tests need a registry as a test fixture. We don't yet have that but until we do we can still run the other tests.
### Modifications
Enable the `unit-test` shared CI workflow, with a filter.
### Result
A subset of tests will run on each pull request. This will ensure that the code builds and some functionality is exercised for each pull request.
### Test Plan
Ran the tests locally with `act pull_request`.
0 commit comments