File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 44 SCRIPT_DIR : ./.github/scripts
55
66jobs :
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- with :
21- run : npm run test
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+ # with:
21+ # run: npm run test
2222 build :
2323 runs-on : ubuntu-latest
2424 env :
You can’t perform that action at this time.
0 commit comments