Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed May 13, 2024
1 parent 73f2b10 commit 1536835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/containers-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Test
run: |
#!/bin/sh
wing test
DEBUG=1 wing test
wing test -t tf-aws -s assert containers.test.w
working-directory: containers
- name: Pack
run: wing pack
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/containers-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Test
run: |
#!/bin/sh
wing test
DEBUG=1 wing test
wing test -t tf-aws -s assert containers.test.w
working-directory: containers
- name: Pack
run: wing pack
Expand Down

0 comments on commit 1536835

Please sign in to comment.