Skip to content

Commit

Permalink
perf(CI/CD): ⚡ remove unnecessary build for CI checking types and lint (
Browse files Browse the repository at this point in the history
  • Loading branch information
y-c-wang authored Oct 14, 2023
1 parent 6fde622 commit 12fe593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-types-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: Check Types and Lint
- research

jobs:
build_and_test:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Create Production Build
run: yarn install --frozen-lockfile && yarn run build
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Check Types
run: yarn type-check
- name: Lint
Expand Down

0 comments on commit 12fe593

Please sign in to comment.