From 4523b59e3cba5bc33c039954fc02db14706ada00 Mon Sep 17 00:00:00 2001 From: David Losada Date: Wed, 17 Apr 2024 11:55:45 +0200 Subject: [PATCH] chore(e2e): update the snapshot for E2E tests (#1019) --- .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`