We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 707d0b6 + c6cde48 commit 8fe821dCopy full SHA for 8fe821d
.github/workflows/build.yml
@@ -278,12 +278,7 @@ jobs:
278
sudo apt-get install apparmor-utils
279
sudo aa-disable /usr/sbin/unix_chkpwd
280
if: ${{ startsWith(matrix.platform, 'fedora') }}
281
- - # This is an example of how to pass GHA secrets to Molecule
282
- # via an environment variable. See also
283
- # molecule/default/converge.yml in this repository.
284
- # env:
285
- # THIRD_PARTY_BUCKET: ${{ secrets.THIRD_PARTY_BUCKET }}
286
- name: Run molecule tests
+ - name: Run molecule tests
287
run: >-
288
molecule test
289
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}
0 commit comments