From 32c5e13623b32cc337530f9c75a9cd6aaed2cdc3 Mon Sep 17 00:00:00 2001 From: David Losada Carballo Date: Wed, 17 Apr 2024 11:18:51 +0200 Subject: [PATCH] chore(e2e): update the snapshot for E2E tests --- .github/workflows/test-and-ship.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-ship.yml b/.github/workflows/test-and-ship.yml index b013f04095..19bcc5ebef 100644 --- a/.github/workflows/test-and-ship.yml +++ b/.github/workflows/test-and-ship.yml @@ -137,7 +137,7 @@ jobs: run: | set -ex; - SNAPSHOT_URL="https://ushahidi-static-web-assets.s3.eu-west-1.amazonaws.com/ushahidi-e2e-data-2023.07.05.sql.gz" + SNAPSHOT_URL="https://ushahidi-static-web-assets.s3.eu-west-1.amazonaws.com/ushahidi-e2e-data.sql.gz" wget -O sql-snapshot.sql.gz ${SNAPSHOT_URL} 2>/dev/null || { echo "Failed downloading snapshot!" && exit 1; } tmp_defaults=`mktemp`