bind_hash_mapping sampling logging changes w.r.t. longer corrid #172
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.20.14 | |
| - name: System Test | |
| run: tests/unittest3/testall.sh |