Skip to content

Commit

Permalink
Merge pull request #43 from grycap/devel
Browse files Browse the repository at this point in the history
Include debian in tests
  • Loading branch information
micafer authored Dec 11, 2023
2 parents 250ef98 + 3950dba commit 2eb3b69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Test the role once a month
schedule:
- cron: "* * 1 * *"

jobs:

molecule:
Expand All @@ -21,6 +25,7 @@ jobs:
- rockylinux9
- ubuntu2004
- ubuntu2204
- debian11

steps:
- name: Check out the codebase.
Expand Down

0 comments on commit 2eb3b69

Please sign in to comment.