Skip to content

Commit

Permalink
Pin back bundler version
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
pmcmaw authored May 15, 2024
1 parent d9f3de4 commit 31ba4cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:

spec:
strategy:
fail-fast: false
Expand Down Expand Up @@ -44,13 +44,17 @@ jobs:
- puppet_gem_version: "~> 8.0"
ruby_version: "3.2"
name: "acceptance (ruby ${{ matrix.ruby_version }} | ${{ matrix.os }})"

uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
secrets: "inherit"
with:
ruby_version: ${{ matrix.ruby_version }}
puppet_version: ${{ matrix.puppet_gem_version }}
rake_task: 'acceptance:local'
runs_on: ${{ matrix.os }}
bundler-cache: false
BUNDLER_VERSION: "2.5.9"


on-failure-workflow-restarter-proxy:
# (1) run this job after the "acceptance" job and...
Expand Down

0 comments on commit 31ba4cd

Please sign in to comment.