Skip to content

Commit

Permalink
plez
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Mar 22, 2021
1 parent be49a6a commit 4b8b0d2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
# os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -28,11 +27,9 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: yarn test-coverage

- name: Run tests (macos)
if: matrix.os == 'macos-latest'
run: yarn test
- name: Run tests (windows)
run: deno test --unstable --allow-net --import-map=import_map.json **/*_test.ts
- name: Run tests (win/mac)
if: matrix.os != 'ubuntu-latest'
run: deno test --unstable --allow-net --import-map=import_map.json
- name: Generate codecov report
if: matrix.os == 'ubuntu-latest'
run: yarn coverage
Expand Down

0 comments on commit 4b8b0d2

Please sign in to comment.