-
Notifications
You must be signed in to change notification settings - Fork 25
41 lines (34 loc) · 1.03 KB
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: ut and tarballs
on:
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ut-tarballs-${{ github.ref }}
cancel-in-progress: true
jobs:
yarn-lockfile-check:
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
ut:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
secrets: inherit
tarballs:
uses: salesforcecli/github-workflows/.github/workflows/tarballs.yml@main
with:
nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE || 'lts/*' }}
secrets: inherit
jit-install-smoke:
uses: ./.github/workflows/jit-install-smoke.yml
secrets: inherit
artifacts:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
NODE_ENV: development
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION_OVERRIDE || 'lts/*' }}
cache: yarn
- run: yarn install
- run: yarn test:deprecation-policy