Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed May 13, 2024
1 parent 8be38e5 commit f5dce4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: npm install --include=dev
working-directory: containers
- name: Test
run: |-
run: |
#!/bin/sh
DEBUG=1 wing test
wing test
working-directory: containers
- name: Pack
run: wing pack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/containers-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: npm install --include=dev
working-directory: containers
- name: Test
run: |-
run: |
#!/bin/sh
DEBUG=1 wing test
wing test
working-directory: containers
- name: Pack
run: wing pack
Expand Down
2 changes: 1 addition & 1 deletion containers/test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
DEBUG=1 wing test
wing test

0 comments on commit f5dce4d

Please sign in to comment.