Skip to content

Commit 437690d

Browse files
committed
chore: update nuts
1 parent b183dc2 commit 437690d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ jobs:
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

0 commit comments

Comments
 (0)