Skip to content

Commit de9e650

Browse files
committed
Fix smoke test
Signed-off-by: Piyush Raj <piyushraj92739@gmail.com>
1 parent 1bc8cf7 commit de9e650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "Test pg_repack Extension"
7878
psql -c "CREATE EXTENSION pg_repack;"
7979
psql -c "select repack.version(), repack.version_sql();"
80-
pg_repack --version
80+
/usr/local/bin/pg_repack --version
8181
break
8282
fi
8383
sleep 1

0 commit comments

Comments
 (0)