Migrate prod:test to standalone script
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#MISE description="Run HTTP tests against production"
|
||||
|
||||
set -e
|
||||
|
||||
source "$(dirname "$0")/../_helpers.sh"
|
||||
|
||||
ensure_working_directory!
|
||||
|
||||
hurl --test test/prod.hurl
|
||||
Reference in New Issue
Block a user