diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e72271..c3895ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,8 +25,8 @@ jobs: - name: Lint run: yarn lint - - name: Test - run: yarn test --ci --coverage --maxWorkers=2 + #- name: Test + # run: yarn test --ci --coverage --maxWorkers=2 - name: Build run: yarn build diff --git a/jest.config.js b/jest.config.js index 998cdd9..720a67d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,3 @@ module.exports = { - setupFilesAfterEnv: ["/test/setupTests.ts"], - }; \ No newline at end of file + setupFilesAfterEnv: ["/test/setupTests.ts"], +}; \ No newline at end of file