Skip to content

Commit

Permalink
Merge pull request #108 from zstenger93/ci/cd_tests
Browse files Browse the repository at this point in the history
detailed logs
  • Loading branch information
zstenger93 authored Dec 25, 2023
2 parents 3e9a3cc + e752875 commit ee1f804
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Install Dependencies
working-directory: frontend
run: npm install

- name: Print npm log
if: failure()
run: cat /home/runner/.npm/_logs/*-debug.log

- name: Run Tests
working-directory: frontend
Expand Down

0 comments on commit ee1f804

Please sign in to comment.