Skip to content

Commit

Permalink
Add tests back on main (#311)
Browse files Browse the repository at this point in the history
* Add tests back on main
  • Loading branch information
mamercad authored Aug 11, 2023
1 parent bc63b0a commit 0946170
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ansible-test-sanity.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: sanity

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ansible-test-unit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: unit
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: black

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/311-update-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- tests - add C(sanity), C(units), and C(psf/black) back on merge into C(main) (https://github.com/ansible-collections/community.digitalocean/pull/311).

0 comments on commit 0946170

Please sign in to comment.