Skip to content

Commit

Permalink
is building necessary?
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Oct 5, 2023
1 parent 482743a commit d71fefd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app-codecov-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: npm i
working-directory: ${{env.working-directory}}
# - run: npm i
# working-directory: ${{env.working-directory}}

- run: npm run build --if-present
working-directory: ${{env.working-directory}}
# - run: npm run build --if-present
# working-directory: ${{env.working-directory}}

- run: npm run coverage
working-directory: ${{env.working-directory}}
Expand Down

0 comments on commit d71fefd

Please sign in to comment.