Skip to content

Commit 6e05bb1

Browse files
committed
Fix
1 parent f901eab commit 6e05bb1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ jobs:
2525
- name: Jest tests
2626
run: yarn jest:test
2727

28-
tests-windows:
29-
name: Tests - Windows
30-
runs-on: windows-latest
28+
#tests-windows:
29+
# name: Tests - Windows
30+
# runs-on: windows-latest
3131

32-
steps:
33-
- uses: actions/checkout@v2
32+
# steps:
33+
# - uses: actions/checkout@v2
3434

35-
- name: Install packages
36-
run: yarn repo:init
35+
# - name: Install packages
36+
# run: yarn repo:init
3737

38-
- name: Build
39-
run: yarn build
38+
# - name: Build
39+
# run: yarn build
4040

41-
- name: Jest tests
42-
run: yarn jest:test
41+
# - name: Jest tests
42+
# run: yarn jest:test
4343

4444
tests-ubuntu:
4545
name: Tests - Ubuntu

0 commit comments

Comments
 (0)