Skip to content

iamazeem/setup-oracle-instant-client-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-oracle-instant-client-action

CI License Release

GitHub Action to set up (download and install) the Oracle Instant Client.

Supports Linux, macOS, and Windows runners.

Usage

Outputs

Output Description
install-path Absolute install path of Oracle Instant Client

Example

- name: Set up Oracle Instant Client
  uses: iamazeem/setup-oracle-instant-client-action@v1

See CI workflow for a detailed example with gvenzl/setup-oracle-free.

Contribute

Please create issues to report bugs or propose new features and enhancements.

PRs are always welcome. Please follow this workflow for submitting PRs:

  • Fork the repo.
  • Check out the latest main branch.
  • Create a feature or bugfix branch from main.
  • Commit and push changes to your forked repo.
  • Make sure to add/update tests. See CI.
  • Lint and fix Bash issues with shellcheck online or with vscode-shellcheck extension.
  • Lint and fix README Markdown issues with vscode-markdownlint extension.
  • Submit the PR.

License

MIT