Skip to content

Commit

Permalink
Set up Ruby via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Apr 5, 2022
1 parent 5e0e7f8 commit 67eb8a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ jobs:
with:
path: debirf/build

- name: Setup Ruby and InSpec/Cinc-Auditor
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
working-dir server

- name: Set up Coinboot requirements
run: ./setup_coinboot_requirements

Expand Down
4 changes: 4 additions & 0 deletions server/test/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "https://rubygems.org"
source "https://packagecloud.io/cinc-project/stable" do
gem "cinc-auditor-bin" , '~> 5.10'
end

0 comments on commit 67eb8a1

Please sign in to comment.