Skip to content

Commit

Permalink
fix: ruby added to auto-merge.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Mirzarazi committed Feb 16, 2024
1 parent cc53344 commit 30c8b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3
bundler-cache: true
- name: Install jq
run: sudo apt-get install jq
- name: Extract port from cypress.json
Expand Down

0 comments on commit 30c8b80

Please sign in to comment.