Skip to content

Commit

Permalink
chore: remove if
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed May 10, 2024
1 parent d4a3e7d commit d5e0339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate_test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
run: yarn dist

- name: Test
if: ${{ inputs.test }}
run: |
set -o pipefail
yarn test -- --coverage --coverage_reporters=lcov 2>&1 | tee ./unit-tests.log
Expand All @@ -74,4 +73,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: unit-tests.log
path: ./unit-tests.log

0 comments on commit d5e0339

Please sign in to comment.