chore(deps): update ghcr.io/cloudfoundry/app-autoscaler-release-tools:main docker digest to b89f25e #11762
This file contains 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: Bosh Templates Test | |
concurrency: | |
group: "${{ github.workflow }}/${{ github.ref }}" | |
cancel-in-progress: true | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
templates: | |
name: Bosh Templates Test | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:5201fe2655739ea85a0a94cc246005257b26c2293a185ceba84ca64f48d4d945 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- name: Set up Ruby | |
uses: ruby/setup-ruby@v1 | |
env: | |
# Needed for self-hosted runner | |
ImageOS: "ubuntu22" | |
with: | |
# runs 'bundle install' and caches installed gems automatically | |
bundler-cache: true | |
- name: Run Tests | |
run: | | |
set -e | |
make spec-test |