Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel committed Jan 15, 2024
1 parent 3ef7d29 commit 078d694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

strategy:
matrix:
distro: ['ubuntu2204']
scenario: ['influxdb2']
distro: ['rockylinux9', 'ubuntu2204']
scenario: ['repos', 'influxdb2']

steps:
- name: Checkout code
Expand All @@ -38,10 +38,6 @@ jobs:
mkdir -p ~/.ansible/collections/ansible_collections/$COLLECTION_NAMESPACE
cp -a ../ansible-collection-$COLLECTION_NAME ~/.ansible/collections/ansible_collections/$COLLECTION_NAMESPACE/$COLLECTION_NAME
- name: List pip
run: |
pip3 list modules
- name: Test with molecule
run: |
ansible --version
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/test-repos.yml

This file was deleted.

3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ansible-core==2.16.2
ansible-lint
molecule
molecule-docker
requests
molecule-docker

0 comments on commit 078d694

Please sign in to comment.