Skip to content

fix dhparams generation for the nginx role (#75) #65

fix dhparams generation for the nginx role (#75)

fix dhparams generation for the nginx role (#75) #65

Workflow file for this run

name: check PR (nginx)
on:
pull_request:
paths:
- roles/nginx/**
- .github/**
push:
paths:
- roles/nginx/**
- .github/**
branches:
- '!main'
- '**'
jobs:
run-molecule-tests:
strategy:
fail-fast: false
matrix:
molecule-driver: [docker]
uses: ./.github/workflows/reusable-molecule.yml
with:
role-name: nginx
molecule-driver: ${{ matrix.molecule-driver }}