We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72901de commit dfe4e00Copy full SHA for dfe4e00
1 file changed
.github/workflows/main.yml
@@ -4,21 +4,21 @@ env:
4
SCRIPT_DIR: ./.github/scripts
5
6
jobs:
7
- test:
8
- strategy:
9
- matrix:
10
- os: [macos-latest, ubuntu-latest, windows-latest]
11
- runs-on: ${{ matrix.os }}
12
- steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
15
- with:
16
- node-version: 18
17
- - run: yarn install
18
- - name: Run tests
19
- uses: GabrielBB/xvfb-action@v1.0
20
21
- run: npm run test
+ # test:
+ # strategy:
+ # matrix:
+ # os: [macos-latest, ubuntu-latest, windows-latest]
+ # runs-on: ${{ matrix.os }}
+ # steps:
+ # - uses: actions/checkout@v3
+ # - uses: actions/setup-node@v3
+ # with:
+ # node-version: 18
+ # - run: yarn install
+ # - name: Run tests
+ # uses: GabrielBB/xvfb-action@v1.0
+ # run: npm run test
22
build:
23
runs-on: ubuntu-latest
24
env:
0 commit comments