Skip to content

Commit

Permalink
Try to echo commands during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Mar 22, 2023
1 parent c4bc301 commit ee89390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
TERM: xterm-256color
run: |
set -x
cd example_pkg
spin build
spin test
Expand All @@ -53,6 +54,7 @@ jobs:
- name: Functional tests (other)
if: matrix.os != 'ubuntu-latest'
run: |
set -x
cd example_pkg
spin build
spin test
Expand Down

0 comments on commit ee89390

Please sign in to comment.