Skip to content

build: fix issues with yarn version and ts configuration #35

build: fix issues with yarn version and ts configuration

build: fix issues with yarn version and ts configuration #35

name: Build - Non-Release
on:
push:
branches-ignore:
- main
jobs:
unit-tests:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
nuts:
needs: unit-tests
uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
secrets: inherit
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
fail-fast: false
with:
os: ${{ matrix.os }}