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 2c952ab commit 0cafeefCopy full SHA for 0cafeef
.github/workflows/main.yml
@@ -3,13 +3,8 @@ on: [push]
3
4
jobs:
5
build:
6
- name: Build and test on ${{ matrix.os }}
7
-
8
- runs-on: ${{ matrix.os }}
9
- strategy:
10
- matrix:
11
- # os: [ubuntu-latest, windows-latest, macOS-latest]
12
- os: [ubuntu-latest]
+ name: Build and test
+ runs-on: ubuntu-latest
13
14
steps:
15
- name: Checkout repo
@@ -31,5 +26,4 @@ jobs:
31
26
32
27
# TODO: Upload to Codecov once Bun outputs lcov (https://github.com/oven-sh/bun/issues/4015)
33
28
# - name: Upload coverage to Codecov
34
- # # if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x'
35
29
# uses: codecov/codecov-action@v1
0 commit comments