We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f901eab commit 6e05bb1Copy full SHA for 6e05bb1
1 file changed
.github/workflows/tests.yaml
@@ -25,21 +25,21 @@ jobs:
25
- name: Jest tests
26
run: yarn jest:test
27
28
- tests-windows:
29
- name: Tests - Windows
30
- runs-on: windows-latest
+ #tests-windows:
+ # name: Tests - Windows
+ # runs-on: windows-latest
31
32
- steps:
33
- - uses: actions/checkout@v2
+ # steps:
+ # - uses: actions/checkout@v2
34
35
- - name: Install packages
36
- run: yarn repo:init
+ # - name: Install packages
+ # run: yarn repo:init
37
38
- - name: Build
39
- run: yarn build
+ # - name: Build
+ # run: yarn build
40
41
- - name: Jest tests
42
- run: yarn jest:test
+ # - name: Jest tests
+ # run: yarn jest:test
43
44
tests-ubuntu:
45
name: Tests - Ubuntu
0 commit comments