Skip to content

Fix remaining E2E tests (s/not_enough_money/no_utxos_available/) (#4379) #325

Fix remaining E2E tests (s/not_enough_money/no_utxos_available/) (#4379)

Fix remaining E2E tests (s/not_enough_money/no_utxos_available/) (#4379) #325

Workflow file for this run

name: Rubocop
on:
push:
branches: [ "master" ]
paths: ['test/e2e/**.rb']
pull_request:
branches: [ "master" ]
paths: ['test/e2e/**.rb']
permissions:
contents: read
defaults:
run:
working-directory: ./test/e2e
jobs:
rubocop-linter:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repository
uses: actions/[email protected]
- name: 💎 Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: 👮 Rubocop
run: |
gem install rubocop
rubocop