Migrate prod:test to standalone script

This commit is contained in:
Claudio Ortolina
2025-10-07 12:49:45 +03:00
parent ad0ee0f0aa
commit 77c3daf07c
2 changed files with 11 additions and 6 deletions
-6
View File
@@ -14,12 +14,6 @@ gh = 'latest'
[task_config] [task_config]
includes = ["scripts"] includes = ["scripts"]
# PRODUCTION
[tasks."prod:test"]
description = 'Run HTTP tests against production'
run = 'hurl --test test/prod.hurl'
# DEVELOPMENT/TEST # DEVELOPMENT/TEST
[tasks.test] [tasks.test]
+11
View File
@@ -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