Skip to content

Commit

Permalink
Merge pull request github#2734 from github/kenyonj-patch-1
Browse files Browse the repository at this point in the history
Remove unneeded action steps
  • Loading branch information
kenyonj authored Jan 27, 2022
2 parents 173067c + 444be04 commit e1729f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: actions/[email protected]
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Set up Node
uses: actions/[email protected]

- name: Restore bundler cache
uses: actions/[email protected]
with:
path: vendor/gems
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: ${{ runner.os }}-gems-

- name: Bootstrap
run: script/bootstrap

Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.5

0 comments on commit e1729f1

Please sign in to comment.