Skip to content

Commit

Permalink
temporarily set log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua committed Jan 8, 2024
1 parent 9bb48de commit bf26070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ jobs:
run: |
touch .env-e2e
echo OAUTH_SIGNING_KEY="$( openssl rand -base64 256 | tr -d '\n' )" >> .env-e2e
echo LOG_LEVEL=debug >> .env-e2e
working-directory: Meadowlark-js/tests/e2e/setup/

- name: End to End tests for ${{matrix.store.db}} as store, ${{matrix.query_handler.provider}} as query handler
Expand Down

0 comments on commit bf26070

Please sign in to comment.