Skip to content

Commit

Permalink
Test macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 29, 2024
1 parent 65a7877 commit 558d984
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: REPL Test
run: |
printf "load mock test.mock\ninspect\nexit" \
| metacall \
| grep -E 'function three_str(a_str, b_str, c_str)'
| metacall
# \
# | grep -E 'function three_str(a_str, b_str, c_str)'

- name: Uninstall MetaCall
env:
Expand Down

0 comments on commit 558d984

Please sign in to comment.