Skip to content

Commit

Permalink
Create run;all command
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Mar 25, 2024
1 parent 00c49e3 commit 9f46988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
ruby-version: 3.3

- name: Install Thrift
run: |
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"build:bear": "cd client/bear_client && composer dump",
"build:rb": "cd client/rb_client && bundle install",
"serve": "php bin/serve.php",
"run:all": ["@run:go", "@run:py", "@run:php", "@run:bear", "@run:rb"],
"run:go": "./client/go_client/go_client 127.0.0.1 9090 get \"page://self/?name=World!\"",
"run:py": "./client/py_client/bin/python3 ./client/py_client/main.py 127.0.0.1 9090 get \"page://self/?name=World!\"",
"run:php": "php ./client/php_client/main.php get \"page://self/?name=World!\"",
Expand Down

0 comments on commit 9f46988

Please sign in to comment.