Skip to content

Commit

Permalink
Test this
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 14, 2023
1 parent 9e61440 commit 6ea8f56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 64 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: |-
cd backend
pipenv run flake8 .
- name: Lint (black)
run: |-
cd backend
pipenv run black --check .
# - name: Lint (black)
# run: |-
# cd backend
# pipenv run black --check .
- name: Test (run in parallel)
run: |-
cd backend
Expand Down
1 change: 1 addition & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ django-debug-toolbar = "*"
django-extensions = "*"
flake8-absolute-import = "*"
tblib = "*"
coverage = "*"

[packages]
dj-database-url = "*"
Expand Down
61 changes: 1 addition & 60 deletions backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ea8f56

Please sign in to comment.