Skip to content

(CAT-2052) Pass target container URI instead of container SHA ID to add_feature_to_node() method #398

(CAT-2052) Pass target container URI instead of container SHA ID to add_feature_to_node() method

(CAT-2052) Pass target container URI instead of container SHA ID to add_feature_to_node() method #398

Workflow file for this run

name: "ci"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
jobs:
spec:
strategy:
fail-fast: false
matrix:
ruby_version:
- '2.7'
- '3.2'
name: "spec (ruby ${{ matrix.ruby_version }})"
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
secrets: "inherit"
with:
rake_task: "spec:coverage"
ruby_version: ${{ matrix.ruby_version }}