feat: try testing with dirty files
This commit is contained in:
parent
815b37ad9b
commit
5f78285d91
2 changed files with 5 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
|
||||
variables:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
DEBIAN_FRONTEND: "noninteractive"
|
||||
|
||||
molecule:
|
||||
stage: "testing"
|
||||
image: python:3.13
|
||||
image: "python:3.13"
|
||||
script:
|
||||
- apt-get update -qq
|
||||
- apt-get -y -qq install yamllint docker.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue