Skip to content

Commit

Permalink
ci: test http response headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Nov 4, 2024
1 parent ca9c0b7 commit e88aa25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ jobs:
COUNT=$(echo $TEST | jq | grep "I'm the inner struct" | wc -l)
test $COUNT -eq 3
TEST=$(extism call zig-out/bin/basic-example.wasm http_get --input '' --allow-host jsonplaceholder.typicode.com --enable-http-response-headers --log-level debug 2>&1)
echo $TEST | grep "application/json; charset=utf-8"

0 comments on commit e88aa25

Please sign in to comment.