Skip to content

Commit

Permalink
e added run_tests.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Tony Trung Thanh Vo <[email protected]>
  • Loading branch information
isidore and tonytvo committed Dec 13, 2021
1 parent 8d9d280 commit 19d85d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
luarocks install busted
- name: test
run: |
busted -o utfTerminal
run: ./run_tests.sh

2 changes: 1 addition & 1 deletion run_tests.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
busted
busted -o utfTerminal
3 changes: 3 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

sh -c "$(cat run_tests.bat)"

0 comments on commit 19d85d7

Please sign in to comment.