Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 in /.github/workflows #96

Bump urllib3 from 2.2.1 to 2.2.2 in /.github/workflows

Bump urllib3 from 2.2.1 to 2.2.2 in /.github/workflows #96

Workflow file for this run

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