Skip to content

Commit 957d615

Browse files
committed
Removed DBCOMPATIBILITY 'PG' parameter from CREATE DATABASE command in tests.yml to ensure database compatibility with default Mode A.
1 parent a79641a commit 957d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Create test database
8585
run: |
86-
docker exec opengauss-custom bash -c "su - omm -c 'gsql -d postgres -c \"CREATE DATABASE test DBCOMPATIBILITY '\''PG'\'';\"'"
86+
docker exec opengauss-custom bash -c "su - omm -c 'gsql -d postgres -c \"CREATE DATABASE test ;\"'"
8787
8888
- name: Create report directory
8989
run: |

0 commit comments

Comments
 (0)