v0.0.8
This commit is contained in:
15
roles/nvidia.nvidia_driver/.github/workflows/molecule.yml
vendored
Normal file
15
roles/nvidia.nvidia_driver/.github/workflows/molecule.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: "${{ github.repository }}"
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.7.2
|
||||
Reference in New Issue
Block a user