Skip to content

Commit

Permalink
We need Ruby too.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 13, 2023
1 parent 0a50ff7 commit e7601ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'

- uses: actions/setup-node@v4
with:
cache: 'npm'

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true

- name: Install dependencies
timeout-minutes: 10
run: npm ci
Expand Down
3 changes: 3 additions & 0 deletions gems.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "sus"

0 comments on commit e7601ff

Please sign in to comment.