microsoft / sqlmlutils

Utility functions for easier usage of SQL Server Machine Learning Services
Other
32 stars 33 forks source link

Update Pipeline Config and Fix Unit Test Execution in GitHub Actions #97

Closed seantleonard closed 2 years ago

seantleonard commented 2 years ago

Summary

Updates to the r-lib/actions included in the CI pipeline for the repo to address failures occurring during test runs. Removes TravisCI badge and updates the GitHub Actions status badge.

Updates added to allow commented out unit tests to pass in GitHub Actions CI pipeline. The updates enhance error handling and modify the SQL queries used to install packages. This eliminates the Invalid Cursor State errors encountered in test execution when warnings are not handled in withCallingHandlers().

Details

Resources