Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Jan 1, 2024
1 parent fc9ca78 commit ca8013f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Install requirements.txt
run: pip install -r requirements.txt
- name: Lint with yamllint
run: yamllint defaults handlers meta tasks templates tests vars
run: yamllint defaults handlers meta tasks templates tests
- name: Lint with ansible-lint
run: ansible-lint .
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible==8.5.0
ansible-compat==4.1.2
ansible-compat==4.1.10
ansible-core==2.15.8
ansible-lint==6.17.0
ansible-lint==6.22.1
arrow==1.2.3
attrs==23.1.0
binaryornot==0.4.4
Expand Down Expand Up @@ -39,7 +39,8 @@ PyYAML==6.0
requests==2.31.0
resolvelib==0.8.1
rich==13.3.5
ruamel.yaml==0.17.22
ruamel.yaml==0.18.5
ruamel.yaml.clib==0.2.8
six==1.16.0
subprocess-tee==0.4.1
text-unidecode==1.3
Expand Down

0 comments on commit ca8013f

Please sign in to comment.