Skip to content

Commit

Permalink
Use the container in CI instead of tox-github-action
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Aug 7, 2023
1 parent 1df3221 commit fbf562e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -32,12 +32,13 @@ jobs:

unit_test:
name: Unit tests
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v3
- name: Mark the directory as safe for git
run: git config --global --add safe.directory $PWD
- name: Run tests
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
run: tox -e ${{ matrix.tox_env }}
strategy:
matrix:
tox_env:
Expand Down

0 comments on commit fbf562e

Please sign in to comment.