Skip to content

Commit

Permalink
Update ci.yml oracle version from 1.4.0 to 1.5.0 (#1161)
Browse files Browse the repository at this point in the history
* Update ci.yml oracle version from 1.4.0 to 1.5.0

* Update ci.yml to add credentials for oracle action
  • Loading branch information
NChaganlal authored Jul 29, 2024
1 parent e62697e commit 2b289a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
connection-string-env-var: SQLServerConnectionString
catalog: nservicebus
- name: Setup Oracle
uses: Particular/setup-oracle-action@v1.4.0
uses: Particular/setup-oracle-action@v1.5.0
with:
connection-string-name: OracleConnectionString
tag: NHibernatePersistence
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run tests
uses: Particular/run-tests-action@v1.7.0

0 comments on commit 2b289a2

Please sign in to comment.