Skip to content

Commit 8fe821d

Browse files
committed
Merge remote-tracking branch 'skeleton/develop' into lineage/skeleton
2 parents 707d0b6 + c6cde48 commit 8fe821d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,7 @@ jobs:
278278
sudo apt-get install apparmor-utils
279279
sudo aa-disable /usr/sbin/unix_chkpwd
280280
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
281+
- name: Run molecule tests
287282
run: >-
288283
molecule test
289284
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}

0 commit comments

Comments
 (0)