Skip to content

Use code.cloudfoundry.org/config-server module path #61

Use code.cloudfoundry.org/config-server module path

Use code.cloudfoundry.org/config-server module path #61

Workflow file for this run

name: Run Specs
on: [ push, pull_request ]
permissions:
contents: read
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: run-specs
run: |
bundle install
bundle exec rspec