Skip to content

Commit

Permalink
github-ci: add Ubuntu 24.04 test build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Dec 2, 2024
1 parent a87521c commit b5267a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@ jobs:
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

ubuntu-2404:
name: Ubuntu 24.04
runs-on: ubuntu-latest
container: ubuntu:24.04
steps:
- run: apt update
- run: |
apt -y install \
python3-pytest \
python3-yaml
- uses: actions/checkout@v1
- name: Python 3 unit tests
run: PYTHONPATH=. pytest-3
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

ubuntu-2204:
name: Ubuntu 22.04
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5267a5

Please sign in to comment.