Skip to content

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 #58

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 #58

Workflow file for this run

name: Molecule
on:
push:
branches:
- main
- dev*
pull_request:
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_args: -d docker
#molecule_working_dir: thedatabaseme/cookbooks/ansible/molecule/molecule_test_role
env:
ANSIBLE_FORCE_COLOR: '1'
release:
needs:
- molecule
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
branch: main