Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
samamorgan committed Jan 5, 2024
1 parent e5f05c1 commit 9732993
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
get-python-versions:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +53,7 @@ jobs:

- name: Get Django version
id: django-version
run: echo "version=$(django-admin --version)" >> $GITHUB_OUTPUT
run: echo "version=$(poetry run django-admin --version)" >> $GITHUB_OUTPUT

- name: Run Tests (Django ${{ steps.django-version.outputs.version }})
run: poetry run pytest

0 comments on commit 9732993

Please sign in to comment.