Skip to content

Commit 5c94d91

Browse files
committed
test: sandbox-nuts as on-demand workflow
1 parent 3fcd463 commit 5c94d91

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.github/workflows/sandboxNuts.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

.github/workflows/test.yml

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