Skip to content

Commit

Permalink
chore: lets try another 'if'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Sep 28, 2023
1 parent eea0441 commit 934f678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- name: Install and prepare
run: pnpm install --frozen-lockfile --strict-peer-dependencies
- name: ESLint
if: ${{ matrix.only-tests }} == false
if: ${{ matrix.only-tests == false }}
run: pnpm lint
- name: TSLint
if: ${{ matrix.only-tests }} == false
if: ${{ matrix.only-tests == false }}
run: pnpm turbo run test:dts
- name: Tests
run: pnpm turbo run test

0 comments on commit 934f678

Please sign in to comment.