There was an error while loading. Please reload this page.
1 parent e72f7c4 commit 588a9e1Copy full SHA for 588a9e1
1 file changed
.github/workflows/bat.yml
@@ -7,18 +7,18 @@ jobs:
7
plugin-tests:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
- fail-fast: false
11
- matrix:
12
- include:
13
- - os: ubuntu-latest
14
- - os: windows-latest
15
- - os: macos-latest
+ fail-fast: false
+ matrix:
+ include:
+ - os: ubuntu-latest
+ - os: windows-latest
+ - os: macos-latest
16
steps:
17
- - uses: actions/checkout@v5
18
- - uses: matlab-actions/setup-matlab@v2
19
- with:
20
- release: latest-including-prerelease
21
- - uses: matlab-actions/run-tests@v2
+ - uses: actions/checkout@v5
+ - uses: matlab-actions/setup-matlab@v2
+ with:
+ release: latest-including-prerelease
+ - uses: matlab-actions/run-tests@v2
22
23
bat:
24
name: Build and Test
@@ -30,3 +30,4 @@ jobs:
30
node-version: 20
31
- name: Perform npm tasks
32
run: npm run ci
33
+
0 commit comments