Skip to content

Commit

Permalink
Remove test on ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolabogetic committed Jan 9, 2024
1 parent 967ebd9 commit 36a7519
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,6 @@ on:
branches: [$default-branch]

jobs:
# This test is used to ensure the chef-solo version of ruby (2.5.0)
# is able to install miaws successfully.
test0:

runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

- name: Install ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5

- name: Install dependencies
run: bundle install --retry=3

- name: Run tests
run: bundle exec rspec spec/

test:

runs-on: ubuntu-20.04
Expand Down

0 comments on commit 36a7519

Please sign in to comment.