Adding support for azure static webapp

Signed-off-by: Sujay Pillai <sujayopillai@gmail.com>
This commit is contained in:
Sujay Pillai
2021-09-10 12:41:45 +08:00
committed by Sam Alba
parent af1d06f503
commit 439fb4ee82
5 changed files with 168 additions and 0 deletions

View File

@@ -253,3 +253,8 @@ setup() {
assert_success
assert_output "\"Healthy\""
}
@test "azure-stapp" {
skip "Azure CI infra not implemented yet - manually tested and working"
#dagger -e azure-stapp up
}