Commit ec92c2ee by mingyuan

use ruby actions form project under ruby

parent 2b285f29
...@@ -12,9 +12,10 @@ jobs: ...@@ -12,9 +12,10 @@ jobs:
psql -c "create role runner with login password 'runner';" psql -c "create role runner with login password 'runner';"
exit exit
- name: Set up Ruby - name: Set up Ruby
uses: actions/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.0.x ruby-version: 3.0.x
bundler-cache: true
- name: Set up Nodejs - name: Set up Nodejs
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment