Skip to content

Commit

Permalink
Add missing workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 10, 2024
1 parent debb6bd commit 0affbb4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0affbb4

Please sign in to comment.