Skip to content

Commit

Permalink
chore: remove tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswiggins committed Oct 10, 2024
1 parent aa3a5cd commit cd9feb0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 68 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ name: CI
pull_request:
push:
branches:
- master
schedule:
- cron: "30 6 * * 3"
- main

defaults:
run:
Expand Down Expand Up @@ -34,34 +32,3 @@ jobs:
- name: Lint code.
run: |
yamllint .
molecule:
name: Molecule
runs-on: ubuntu-latest
strategy:
matrix:
distro:
- rockylinux9
- ubuntu2004
- debian10

steps:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'vgrid.frr_exporter'

- name: Set up Python 3.
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}
13 changes: 0 additions & 13 deletions molecule/default/converge.yml

This file was deleted.

21 changes: 0 additions & 21 deletions molecule/default/molecule.yml

This file was deleted.

0 comments on commit cd9feb0

Please sign in to comment.