Skip to content

fix(cross env): use cross env for windows compatibility #5

fix(cross env): use cross env for windows compatibility

fix(cross env): use cross env for windows compatibility #5

Workflow file for this run

name: Build and Test aos

Check failure on line 1 in .github/workflows/build_test.yaml

View workflow run for this annotation

GitHub Actions / Build and Test aos

Invalid workflow file

The workflow is not valid. .github/workflows/build_test.yaml: (Line: 10, Col: 16, Idx: 156) - (Line: 10, Col: 21, Idx: 161): While scanning a plain scalar, find unexpected ':'.
on: [push, workflow_dispatch, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
step: [build:aos, test]
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn ${{ matrix.step }}