File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1+ name : sandboxNuts
2+ on :
3+ workflow_dispatch :
4+
5+ jobs :
6+ sandbox-nuts :
7+ uses : salesforcecli/github-workflows/.github/workflows/nut.yml@main
8+ secrets : inherit
9+ strategy :
10+ matrix :
11+ os : [ubuntu-latest, windows-latest]
12+ fail-fast : false
13+ with :
14+ os : ${{ matrix.os }}
15+ command : yarn test:nuts:sandbox
Original file line number Diff line number Diff line change 2424 fail-fast : false
2525 with :
2626 os : ${{ matrix.os }}
27- # conditional nuts based on commit message includes a certain string
28- sandbox-nuts :
29- needs : [nuts, linux-unit-tests, windows-unit-tests]
30- if : contains(github.event.push.head_commit.message,'[sb-nuts]')
31- uses : salesforcecli/github-workflows/.github/workflows/nut.yml@main
32- secrets : inherit
33- with :
34- command : test:nuts:sandbox
35- os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments