Skip to content

bump promfetcher_linux.tar.gz to v1.29.0 #75

bump promfetcher_linux.tar.gz to v1.29.0

bump promfetcher_linux.tar.gz to v1.29.0 #75

Workflow file for this run

name: unit-tests
on:
pull_request: ~
push: ~
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1.5']
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: |
#!/bin/bash
set -x
bundle install
gem install rspec
gem install bosh-template
rspec