Skip to content

Commit

Permalink
chore(ci/api): use pytest-github-actions-annotate-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 11, 2024
1 parent 1e13732 commit 4f4dd94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
run: docker compose up -d --build db api
- name: Check for missing migrations
run: docker compose exec -T api ./manage.py makemigrations --check --dry-run --no-input
- name: Install pytest-github-actions-annotate-failures
run: GITHUB_TOKEN={{ secrets.GITHUB_TOKEN }} docker compose run --rm -T api pip install pytest-github-actions-annotate-failures
- name: Run backend tests
run: make api-test

0 comments on commit 4f4dd94

Please sign in to comment.