Skip to content

Commit

Permalink
Remove unused comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 13, 2023
1 parent 309ec8b commit e9f7293
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run compile
# Commenting below until code coverage story is done
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# files: reports/coverage/*.json
# flags: frontend,backend
run-tests-win:
runs-on: windows-latest
strategy:
Expand All @@ -33,5 +27,3 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
# Commenting below until code coverage story is done
# - run: npm run test

0 comments on commit e9f7293

Please sign in to comment.