Skip to content

Commit e97113f

Browse files
Merge pull request #39 from PiyushRaj927/fix_smoke_test
[CI] Fix zombodb test
2 parents 0149f51 + 03dbb26 commit e97113f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
psql -c "INSERT INTO test_geometry_table (geom) VALUES (ST_GeomFromText('POINT(0 0)', 4326));"
7272
psql -c "SELECT * FROM test_geometry_table;"
7373
74+
echo "Test zombodb Extension"
7475
psql -c "CREATE EXTENSION zombodb;"
75-
psql -c "SELECT * FROM pg_extension WHERE extname = 'zombodb';"
76+
psql -c "SELECT zdb.internal_version();"
7677
7778
echo "Test pg_repack Extension"
7879
psql -c "CREATE EXTENSION pg_repack;"

0 commit comments

Comments
 (0)