Skip to content

Commit

Permalink
Update api.yml and build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 4, 2024
1 parent 9884bc2 commit f487060
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run build
#- name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
npm install
npm run lint
npm run build
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Build Backend
run: |
cd ./backend
Expand Down

0 comments on commit f487060

Please sign in to comment.