Skip to content

fix: shove

fix: shove #35

Workflow file for this run

# runs ut and nuts for SDR, plus the nuts from plugin-source
name: tests
on:
push:
paths-ignore:
- 'test/nuts/perfResults/**'
branches-ignore: [main]
workflow_dispatch:
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]
with:
os: ${{ matrix.os }}