Skip to content

Commit

Permalink
ci(molecule): use default values
Browse files Browse the repository at this point in the history
  • Loading branch information
maxthier committed Dec 17, 2024
1 parent 0478cfe commit 807c876
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,53 +12,3 @@ on:
jobs:
test:
uses: adfinis/github-workflows-bareos/.github/workflows/[email protected]
with:
systems: |
{
"config": [
{
"image": "debian",
"tag": "latest"
},
{
"image": "debian",
"tag": "bullseye"
},
{
"image": "debian",
"tag": "buster"
},
{
"image": "enterpriselinux",
"tag": "7"
},
{
"image": "enterpriselinux",
"tag": "8"
},
{
"image": "enterpriselinux",
"tag": "latest"
},
{
"image": "fedora",
"tag": "37"
},
{
"image": "fedora",
"tag": "38"
},
{
"image": "opensuse",
"tag": "latest"
},
{
"image": "ubuntu",
"tag": "latest"
},
{
"image": "ubuntu",
"tag": "focal"
}
]
}

0 comments on commit 807c876

Please sign in to comment.