Skip to content

Commit

Permalink
enable debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Mar 13, 2024
1 parent 00578a2 commit 326a96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
files: coverage.cobertura.xml
flags: backend
name: Backend
verbose: true

CodeQL_build:
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
files: cobertura-coverage.xml
flags: frontend
name: Frontend
verbose: true

docker_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 326a96c

Please sign in to comment.