Skip to content

Commit

Permalink
[ADP-3358] Remove ruby from docker smoke test action (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino authored May 3, 2024
2 parents cdc59b9 + 9ebcacc commit 433f3bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
with:
ref: ${{ github.event.inputs.branch || 'rc-latest'}}

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
- name: Install cardano_wallet gem
run: gem install cardano_wallet
- name: Check docker-compose
run: |
docker-compose up -d
Expand Down

0 comments on commit 433f3bb

Please sign in to comment.