From 6d664a4b87837dbc4db85ad6c82a213d5b0ab6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Thu, 7 Mar 2024 18:51:14 +0100 Subject: [PATCH] Bind artifacts/dist to RPM docker test container --- .github/workflows/r_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r_test.yml b/.github/workflows/r_test.yml index cec3ac0813046..e7297d93cd280 100644 --- a/.github/workflows/r_test.yml +++ b/.github/workflows/r_test.yml @@ -31,7 +31,7 @@ jobs: image: redhat/ubi9:latest options: -v ${{ github.workspace }}/artifacts/dist -v /artifacts/dist run: | - yum localinstall "artifacts/dist/${{ inputs.package }}" + yum localinstall "/artifacts/dist/${{ inputs.package }}" r_test_deb: if: ${{ endsWith(inputs.package, 'deb') }}