Skip to content

Commit

Permalink
Merge pull request #109 from zstenger93/ci/cd_tests
Browse files Browse the repository at this point in the history
wtf
  • Loading branch information
zstenger93 authored Dec 25, 2023
2 parents ee1f804 + 3dc51f4 commit e7026d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ 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 All @@ -48,6 +44,10 @@ jobs:
working-directory: frontend
run: npm install

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

- name: Build Frontend
working-directory: frontend
run: npm run build
Expand Down

0 comments on commit e7026d4

Please sign in to comment.