Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia authored Jul 18, 2024
1 parent 39a2c85 commit 8b72b85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Client Side Unit Tests
run: |
npm run test
- name: log cat
run: cat /home/runner/.npm/_logs/*

# - name: Upload coverage to Codecov
# run: bash <(curl -s https://codecov.io/bash) -Z -t ${{ secrets.CODECOV_TOKEN }} -cF javascript
Expand Down Expand Up @@ -63,6 +65,9 @@ jobs:
- name: Client Side Linting
run: |
npm run lint
- name: log cat
run: cat /home/runner/.npm/_logs/*


Resolve_Image_Tag:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b72b85

Please sign in to comment.