oracle / ojdbc-extensions

The Oracle JDBC Driver Extensions include providers for centralized configuration or token providers for authentication with the DB.
Universal Permissive License v1.0
13 stars 5 forks source link

Adding ci cd pipeline #41

Closed norah-li closed 11 months ago

norah-li commented 12 months ago

Update workflow file to ensure CI pipeline functions correctly, using Github secrets.

Specifically, environment variables are set to run the tests. Certificates and test.properties are prepared for oci and azure test. Now the test results are shown in [Run tests with Maven] in run-tests Job in Actions.

Please take a look.