fix: shove #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |