Commit ec92c2ee by mingyuan

use ruby actions form project under ruby

parent 2b285f29
......@@ -12,9 +12,10 @@ jobs:
psql -c "create role runner with login password 'runner';"
exit
- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.x
bundler-cache: true
- name: Set up Nodejs
uses: actions/setup-node@v1
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