Skip to content

Update bat.yml indentation to a consistent 2 spaces. #55

Update bat.yml indentation to a consistent 2 spaces.

Update bat.yml indentation to a consistent 2 spaces. #55

Workflow file for this run

name: Build and Test
on: [push]
permissions:
contents: read
jobs:
plugin-tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: windows-latest
- os: macos-latest
steps:
- uses: actions/checkout@v5
- uses: matlab-actions/setup-matlab@v2
with:
release: latest-including-prerelease
- uses: matlab-actions/run-tests@v2
bat:
name: Build and Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
- name: Perform npm tasks
run: npm run ci