Skip to content

Commit

Permalink
Fix homebrew test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 14, 2024
1 parent 22851f9 commit c42c3e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testbrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
- name: get dependencies
run: brew tap kpeeters/repo && brew install cadabra2

- name: run
- name: show
run: cat `which cadabra2`

- name: test
run: echo "A+B;\nquit()\n" > tst.cdb && cadabra2 tst.cdb

0 comments on commit c42c3e2

Please sign in to comment.