Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ jobs:
uses: actions/checkout@v2

- name: Run unit test suite
run: make pytest-unit

shell: bash -l {0}
run: |
docker compose up -d fidesctl
docker compose run --no-deps --rm fidesctl pytest -x -m unit
- name: Run integration test suite
run: make pytest-integration
env:
Expand Down
1 change: 1 addition & 0 deletions fidesctl/src/fidesctl/core/annotate_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
TEST
This script is a utility for interactively annotating data categories in the dataset manifest
"""

Expand Down