Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdf4aba

Browse files
committed
revert
1 parent 5400c7c commit fdf4aba

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
oracle-sid: 'XE'
3838
oracle-version: "gvenzl/oracle-xe:21-slim-faststart"
3939
- id: 3
40-
db_version_name: '23free'
40+
db_version_name: '23-free'
4141
oracle-sid: 'FREEPDB1'
4242
oracle-version: "gvenzl/oracle-free:23-slim-faststart"
4343
services:
@@ -116,17 +116,17 @@ jobs:
116116
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/install.sh
117117

118118
- name: Check code style
119-
if: ${{ matrix.db_version_name == '21XE' }}
119+
if: ${{ matrix.id == 1 }}
120120
id: check-coding-style
121121
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle "$SQLCLI" ${UT3_DEVELOP_SCHEMA}/${UT3_DEVELOP_SCHEMA_PASSWORD}@//${CONNECTION_STR} @/utPLSQL/development/utplsql_style_check.sql
122122

123123
- name: Validate utPLSQL uninstall
124-
if: ${{ matrix.db_version_name == '21XE' }}
124+
if: ${{ matrix.id == 1 }}
125125
id: validate-uninstall
126126
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/uninstall_validate_utplsql.sh
127127

128128
- name: Reinstall utPLSQL
129-
if: ${{ matrix.db_version_name == '21XE' }}
129+
if: ${{ matrix.id == 1 }}
130130
id: reinstall-utplsql
131131
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/install.sh
132132

@@ -190,15 +190,15 @@ jobs:
190190

191191
- name: SonarCloud Scan
192192
id: sonar
193-
if: ${{ always() && matrix.db_version_name == '21XE' }}
194-
uses: SonarSource/sonarcloud-github-action@v5.0.0
193+
if: ${{ always() && matrix.db_version_name == '23-free' }}
194+
uses: SonarSource/sonarcloud-github-action@master
195195
env:
196196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
197197
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
198198
with:
199199
args: >
200200
-Dsonar.buildString=${{ format( '{0}.{1}', env.UTPLSQL_BUILD_VERSION, matrix.id ) }}
201-
-Dsonar.plsql.jdbc.url=${{ format( 'jdbc:oracle:thin:@//oracle:1521/{0}', env.ORACLE_SID ) }}
201+
-Dsonar.plsql.jdbc.url=${{ format( 'jdbc:oracle:thin:@//localhost:1521/{0}', env.ORACLE_SID ) }}
202202
-Dsonar.plsql.jdbc.driver.path=${{ format( '{0}/ojdbc8.jar', env.OJDBC_HOME ) }}
203203
204204
publish:

0 commit comments

Comments
 (0)