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]
includes = ["scripts"]
# PRODUCTION
[tasks."prod:test"]
description = 'Run HTTP tests against production'
run = 'hurl --test test/prod.hurl'
# DEVELOPMENT/TEST
[tasks.test]