Skip to content

Commit

Permalink
Add some logging for edge
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <jstur@microsoft.com>
  • Loading branch information
jsturtevant committed Jun 15, 2023
1 parent ab7b940 commit 3d3c202
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 @@ -107,6 +107,8 @@ jobs:
echo "WASMEDGE_INCLUDE_DIR=$PWD/bin/wasmedge/include" >> $GITHUB_ENV
echo "WASMEDGE_LIB_DIR=$PWD/bin/wasmedge/lib" >> $GITHUB_ENV
make test/k3s
sudo bin/k3s kubectl logs deployments/wasi-demo
sudo bin/k3s kubectl get pods -o wide
- name: cleanup
if: always()
run: make test/k3s/clean

0 comments on commit 3d3c202

Please sign in to comment.