From 799f7562db127f0923a020613577ff298e6963aa Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:33:42 -0400 Subject: [PATCH] Fix e2e test script --- ci/test-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-e2e.sh b/ci/test-e2e.sh index 8978b80..64cc32a 100755 --- a/ci/test-e2e.sh +++ b/ci/test-e2e.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -euo pipefail LOG_DIR="$(pwd)/ci-logs"