There was an error while loading. Please reload this page.
1 parent b6b98c2 commit eb7c78eCopy full SHA for eb7c78e
1 file changed
actions/test/action.yml
@@ -143,7 +143,7 @@ runs:
143
if: inputs.coverage == 'codecov' && inputs.container == 'true'
144
uses: pkgxdev/setup@f211ee4db3110b42e5a156282372527e7c1ed723 # v4.0.0
145
with:
146
- +: git curl gnupg.org
+ +: git curl
147
148
- name: 📊 Upload coverage to Codecov
149
if: always() && inputs.coverage == 'codecov'
@@ -155,6 +155,9 @@ runs:
155
use_oidc: true
156
disable_telem: true
157
fail_ci_if_error: false
158
+ # Skip validation in container mode because pkgxdev-installed gnupg has issues
159
+ # with gpgconf.ctl containing unexpanded environment variables
160
+ skip_validation: ${{ inputs.container == 'true' }}
161
162
# FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684
163
- shell: bash
0 commit comments