Skip to content

Commit

Permalink
ci: comment test, rename to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Oct 27, 2023
1 parent 61f4251 commit 8441046
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
uses: ./.github/composite-actions/install

- name: Run Prettier
run: pnpm prettier
run: pnpm fmt

tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# tests:
# name: Unit Tests
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

- name: Install
uses: ./.github/composite-actions/install
# - name: Install
# uses: ./.github/composite-actions/install

- name: Run tests
run: pnpm test
# - name: Run tests
# run: pnpm test

eslint:
name: ESLint
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Run ESLint
run: pnpm lint
env:
NODE_OPTIONS: '--max-old-space-size=4096'
NODE_OPTIONS: "--max-old-space-size=4096"

types:
name: TypeScript
Expand Down

0 comments on commit 8441046

Please sign in to comment.