Skip to content

feat: add variables to setenv.sh to make it possible to change JVM … #26

feat: add variables to setenv.sh to make it possible to change JVM …

feat: add variables to setenv.sh to make it possible to change JVM … #26

Workflow file for this run

---
name: 'Molecule'
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
strategy:
matrix:
include:
- distro: 'debian-11'
- distro: 'rockylinux-8'
- distro: 'ubuntu-20.04'
steps:
- name: 'Checkout the codebase'
uses: actions/checkout@v2
- name: 'Test role'
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}