Skip to content

Commit

Permalink
Include ruby language tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 25, 2024
1 parent 7fe6684 commit 7970eb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# - nodejs_wasm
# - php
- python
# - ruby
- ruby
# - swift

steps:
Expand Down
4 changes: 4 additions & 0 deletions languages/ruby/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd spec
bundle install
bundle exec rspec e2e_spec.rb

0 comments on commit 7970eb9

Please sign in to comment.