Skip to content

Commit

Permalink
e run the run_tests.bat as shell
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 faf03c5 commit eab0d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: test
run: |
swipl -f hello_world.pl -s hello_world_tests.plt -g run_tests,halt -t 'halt(1)'
sh -c "$(cat run_tests.bat)"
2 changes: 1 addition & 1 deletion hello_world_tests.plt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pending :-
hello_world('Hello Fred!').

test(empty_board) :-
count_neighbors(empty_board, 1).
count_neighbors(empty_board, 0).

:- end_tests(hello_world).

0 comments on commit eab0d98

Please sign in to comment.