Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sixcolors committed May 28, 2024
1 parent 4a2dbcb commit 62138e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
image: container-registry.oracle.com/database/free:latest
env:
ORACLE_PWD: Test123
options: --name oracle -p 1522:1521
options: --name oracle
ports:
- 1522:1521
- 1521:1521

steps:
- name: Checkout code
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
"
- name: Test the connection
run: go run main.go -server "oracle://test:Test123@localhost:1522/FREE" "select * from test_table"
run: go run main.go -server "oracle://test:Test123@localhost:1521/FREE" "select * from test_table"

0 comments on commit 62138e5

Please sign in to comment.