Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbrill committed Mar 9, 2024
1 parent 3f5e1fa commit 9f6967a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
run: yarn ${{ matrix.command }}
env:
FORCE_COLOR: 2
CONDITION: always()
CONDITION2: ${{ matrix.command == 'test:coverage' }}
CONDITION3: always() && ${{ matrix.command == 'test:coverage' }}
- name: 'Report Coverage'
if: always() && ${{ matrix.command == 'test:coverage' }}

Check failure on line 57 in .github/workflows/check.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/check.yml#L57

if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw output
.github/workflows/check.yml:57:13: if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]
uses: davelosert/vitest-coverage-report-action@v2
Expand Down

0 comments on commit 9f6967a

Please sign in to comment.