mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 23:48:43 +00:00
fix: use bash shebang in e2e test
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
LOG_DIR="$(pwd)/ci-logs"
|
LOG_DIR="$(pwd)/ci-logs"
|
||||||
|
Reference in New Issue
Block a user