diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d4101648b..c55691a153 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -211,6 +211,24 @@ jobs: - name: Run tests run: tox -e py312-test-exporter-prometheus-remote-write -- -ra + exporter-prometheus-remote-write_py3_ubuntu-latest: + name: exporter-prometheus-remote-write pypy-3.8 ubuntu + runs-on: ubuntu-latest + steps: + - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} + uses: actions/checkout@v4 + + - name: Set up Python pypy-3.8 + uses: actions/setup-python@v5 + with: + python-version: "pypy-3.8" + + - name: Install tox + run: pip install tox + + - name: Run tests + run: tox -e pypy3-test-exporter-prometheus-remote-write -- -ra + exporter-richconsole_38_ubuntu-latest: name: exporter-richconsole 3.8 ubuntu runs-on: ubuntu-latest