Skip to content

Commit 3e3bc6b

Browse files
committed
wip
1 parent 8d921cc commit 3e3bc6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_rails.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: cd test/dummy && npm install && npm run build
3434
- name: Bundle install
3535
run: bundle install
36+
- name: Teset mini test
37+
run: ruby -r minitest/mock -e "m = Minitest::Mock.new; m.expect(:call, 42); puts m.call"
3638
- name: Run unit test
3739
run: bundle exec rake test
3840
- name: Run acceptance test

0 commit comments

Comments
 (0)