Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Change end-to-end tests to work on latest db
Browse files Browse the repository at this point in the history
The end-to-end tests should work on the most up to date db.
This is easier to maintain and helps find bugs in latest releases.
  • Loading branch information
cevian committed Mar 9, 2022
1 parent d49da56 commit c963c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/end_to_end_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ case "${unameOut}" in
*) ISMAC=0;;
esac

TIMESCALE_IMAGE=${1:-"timescale/timescaledb:1.7.4-pg12"}
TIMESCALE_IMAGE=${1:-"timescale/timescaledb:latest-pg14"}
SCRIPT_DIR=$(cd $(dirname ${0}) && pwd)
ROOT_DIR=$(dirname ${SCRIPT_DIR})
DB_URL="localhost:5432"
Expand Down

0 comments on commit c963c8e

Please sign in to comment.