Skip to content

@W-15803283@ - BREAKING CHANGE: Migrating from sfdx to sf (#316) #441

@W-15803283@ - BREAKING CHANGE: Migrating from sfdx to sf (#316)

@W-15803283@ - BREAKING CHANGE: Migrating from sfdx to sf (#316) #441

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
unit-tests:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
# TODO: add back in when NUTs are created
# 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 }}