Skip to content

Commit

Permalink
setup ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
李佳 committed Aug 3, 2023
1 parent 262efb3 commit bece8c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
BATSLIB_TEMP_PRESERVE: "0"
BATSLIB_TEMP_PRESERVE_ON_FAILURE: "0"
steps:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1

- name: Install dependencies
run: |
npm install bats bats-support bats-assert
Expand Down

0 comments on commit bece8c1

Please sign in to comment.