Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Jan 14, 2023
1 parent f901eab commit 6e05bb1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e05bb1

Please sign in to comment.