Skip to content

Commit 628b254

Browse files
author
SF-CLI-BOT
authored
chore: sync github actions test.yml [skip-validate-pr] [skip ci] (#112)
Authored via Leif
1 parent a51fca9 commit 628b254

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: tests
2+
on:
3+
push:
4+
branches-ignore: [main]
5+
workflow_dispatch:
6+
7+
jobs:
8+
unit-tests:
9+
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
10+
nuts:
11+
needs: unit-tests
12+
uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
13+
secrets: inherit
14+
strategy:
15+
matrix:
16+
os: [ubuntu-latest, windows-latest]
17+
fail-fast: false
18+
with:
19+
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)