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 6fa498a commit 679b5a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ jobs:
with:
otp-version: '22.2'
elixir-version: '1.9.4'
- run: mix deps.get
- run: mix test
- run: ./run_tests.sh
1 change: 1 addition & 0 deletions run_tests.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mix deps.get
mix test
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 679b5a3

Please sign in to comment.