Skip to content

Commit

Permalink
[DEV-103519] Add name
Browse files Browse the repository at this point in the history
  • Loading branch information
JVenberg committed Feb 22, 2024
1 parent 389a8c7 commit ea1e596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: Run Tests and Linter
on: [push, pull_request]

jobs:
build:
lint-and-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8.18, 3.9.18, 3.10.13, 3.11.8]
django-version: [3.2, 4.2]

name: Lint and Test (Python ${{ matrix.python-version }} - Django ${{ matrix.django-version }})

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit ea1e596

Please sign in to comment.