Skip to content

Commit c5ca05d

Browse files
smoke tests added for zombodb
1 parent adc3d83 commit c5ca05d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
# - main
6+
- main
77

88
env:
99
ORG: timescaledev
@@ -74,8 +74,6 @@ jobs:
7474
psql -c "CREATE EXTENSION zombodb;"
7575
psql -c "SELECT * FROM pg_extension WHERE extname = 'zombodb';"
7676
77-
psql -c "CREATE EXTENSION zombodb;"
78-
7977
break
8078
fi
8179
sleep 1

0 commit comments

Comments
 (0)