Skip to content

Commit

Permalink
feat(logger): add source trace of error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol authored and vanthome committed May 21, 2021
1 parent 292bc20 commit b311658
Show file tree
Hide file tree
Showing 6 changed files with 18,719 additions and 18,584 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-logger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Setup System
uses: restorecommerce/setup-system-action@v1
with:
backing-only: true

- name: Install Dependencies
run: npm ci && npm run install:ci -- --scope="@restorecommerce/logger" --include-filtered-dependencies
Expand All @@ -56,5 +58,5 @@ jobs:
run: npm run build -- --scope="@restorecommerce/logger" --include-filtered-dependencies

- name: Test
run: npm run test
run: npm run test && curl "localhost:9200/logs-app-default/_search?size=100" | jq
working-directory: ./packages/logger
Loading

0 comments on commit b311658

Please sign in to comment.