diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e32b3f66..22c2b08b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,21 +25,21 @@ jobs: - name: Jest tests run: yarn jest:test - tests-windows: - name: Tests - Windows - runs-on: windows-latest + #tests-windows: + # name: Tests - Windows + # runs-on: windows-latest - steps: - - uses: actions/checkout@v2 + # steps: + # - uses: actions/checkout@v2 - - name: Install packages - run: yarn repo:init + # - name: Install packages + # run: yarn repo:init - - name: Build - run: yarn build + # - name: Build + # run: yarn build - - name: Jest tests - run: yarn jest:test + # - name: Jest tests + # run: yarn jest:test tests-ubuntu: name: Tests - Ubuntu