Skip to content

Commit

Permalink
Remove ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Dec 19, 2023
1 parent c14378f commit 5c49f04
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: ci

on:
push:
branches:
- feat/danger
pull_request:
branches:
- develop
Expand Down Expand Up @@ -78,19 +75,7 @@ jobs:
- name: Run Relay integration tests
if: matrix.type == 'relay-tests'
shell: bash
run: make relay_tests RELAY_HOST=relay.walletconnect.com PROJECT_ID=${{ secrets.PROJECT_ID }}

- name: ruby versions
run: |
ruby --version
gem --version
bundler --version
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
run: make relay_tests RELAY_HOST=relay.walletconnect.com PROJECT_ID=${{ secrets.PROJECT_ID }}s

- name: danger
env:
Expand Down

0 comments on commit 5c49f04

Please sign in to comment.