Skip to content

Commit

Permalink
Merge pull request #39 from kirill-zak/37-alpine-linux-3165
Browse files Browse the repository at this point in the history
Update release dependensies
  • Loading branch information
kirill-zak authored Apr 26, 2023
2 parents a60d045 + 091f322 commit c06ab34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
MOLECULE_DISTR: kirillzak/docker-almalinux-ansible
MOLECULE_TAG: '${{ matrix.tag }}'


test-alpine:
name: Molecule test - Alpine Linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -249,7 +248,13 @@ jobs:

needs:
- lint
- test
- test-almalinux
- test-alpine
- test-centos
- test-debian
- test-fedora
- test-rockylinux
- test-ubuntu

steps:
- name: Notify ansible-galaxy
Expand Down

0 comments on commit c06ab34

Please sign in to comment.