Skip to content

Update steps.yml

Update steps.yml #444

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.2.1'
with:

Check failure on line 11 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 11, Col: 9): 'with' is already defined
bundler-cache: true
- run: bundle install
- name: Run tests
run: bundle exec rake test