Skip to content

Update ruby-3.3 package to 3.3.6 from ruby-release #37

Update ruby-3.3 package to 3.3.6 from ruby-release

Update ruby-3.3 package to 3.3.6 from ruby-release #37

Workflow file for this run

name: Run Specs
on: [ push, pull_request ]
jobs:
unit_specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { lfs: true }
- uses: ruby/setup-ruby@v1
with: { working-directory: src/bosh_aws_cpi/ }
- name: lint-and-test
run: |
bundle install
bundle exec rake rubocop
bundle exec rake spec:unit
working-directory: src/bosh_aws_cpi/