From c9b78d4636ed9792efde1f2713043472cfd2a2a6 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Thu, 21 Nov 2024 12:59:56 -0500 Subject: [PATCH] Use bundler instead --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b178dcd1..f0a312c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: bundler-cache: true timeout-minutes: 30 - run: | - pushd $(gem which manageiq-ui-classic) + pushd $(bundle show manageiq-ui-classic) git config --list popd - uses: actions/upload-artifact@v4