Fix the molecule run as part of CI process (#166)

* Updating CI Job;
* Changing gpg rpm key;
This commit is contained in:
Werner Dijkerman
2023-01-30 18:03:35 +01:00
committed by GitHub
parent 4fd39fe753
commit 6432640e89
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ on:
- '.github/workflows/telegraf.yml'
jobs:
molecule:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@ -45,10 +45,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |