diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-22 14:33:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 14:33:15 -0400 |
commit | 4a5d823e77e80269ac44e5194c16013476fee36a (patch) | |
tree | 78ed2185b19ace49af074533fc0d623a7bf02002 | |
parent | f0cff95cfa612b295caf68552bc3d29a7fb23a42 (diff) | |
parent | 3f3392ad34d35f9579545f1d02e439852a37dbf2 (diff) |
Merge pull request #378 from IvanIFChen/ci-disable-yarn-type
[CI] Disabled yarn type and yarn test for now
-rw-r--r-- | .circleci/config.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 893711ad..b9914109 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,12 +25,12 @@ jobs: - run: command: yarn lint name: Run ESLint (`yarn lint`) - - run: - command: yarn type - name: Run TSC (`yarn type`) - - run: - command: yarn test - name: Run Jest (`yarn test`) + # - run: + # command: yarn type + # name: Run TSC (`yarn type`) + # - run: + # command: yarn test + # name: Run Jest (`yarn test`) # Define workflows. workflows: |