Skip to content

adding changes to disable automatic bind throttle #99

adding changes to disable automatic bind throttle

adding changes to disable automatic bind throttle #99

Workflow file for this run

name: gvenzl oracle
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
odbTest:
runs-on: ubuntu-latest
services:
odb3:
image: gvenzl/oracle-xe:21-slim-faststart
env:
ORACLE_PASSWORD: 1.2.8MomOfferExpand
ports:
- 1521:1521
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.15
- name: System Test
run: tests/unittest3/testall.sh