diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e026c1..6218179 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,4 +9,4 @@ jobs: with: otp-version: '22.2' elixir-version: '1.9.4' - - run: rebar3 eunit + - run: ./run_tests.sh \ No newline at end of file diff --git a/run_tests.sh b/run_tests.sh new file mode 100755 index 0000000..4f32cf8 --- /dev/null +++ b/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sh -c "$(cat run_tests.bat)" \ No newline at end of file