Merge pull request #590 from cloudfoundry/merge-jammy-to-noble #355
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run Specs | |
| on: [ push, pull_request ] | |
| jobs: | |
| unit_specs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: { lfs: true } | |
| - uses: ruby/setup-ruby@v1 | |
| - name: test-bosh-stemcell | |
| run: | | |
| bundle install | |
| bundle exec rake | |
| working-directory: bosh-stemcell/ |