mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
PLTCONN-3577: Add customizer test across the board
This commit is contained in:
18
.github/workflows/prb_macos.yml
vendored
18
.github/workflows/prb_macos.yml
vendored
@@ -36,11 +36,21 @@ jobs:
|
||||
- name: Install
|
||||
run: make install
|
||||
|
||||
- name: Init connector project
|
||||
run: sail conn init connTest
|
||||
- name: Init connector and customizer project
|
||||
run: |
|
||||
sail conn init connectorTest
|
||||
sail conn customizers init customizerTest
|
||||
|
||||
- name: Build and package connector zip file
|
||||
working-directory: ./connTest
|
||||
- name: Test connector project from init command
|
||||
working-directory: ./connectorTest
|
||||
run: |
|
||||
npm install
|
||||
npm run test
|
||||
npm run pack-zip
|
||||
|
||||
- name: Test customizer project from init command
|
||||
working-directory: ./customizerTest
|
||||
run: |
|
||||
npm install
|
||||
npm run test
|
||||
npm run pack-zip
|
||||
|
||||
18
.github/workflows/prb_windows.yml
vendored
18
.github/workflows/prb_windows.yml
vendored
@@ -36,11 +36,21 @@ jobs:
|
||||
- name: Install
|
||||
run: go build -o sail.exe
|
||||
|
||||
- name: Init connector project
|
||||
run: ./sail.exe conn init connTest
|
||||
- name: Init connector and customizer project
|
||||
run: |
|
||||
./sail.exe conn init connectorTest
|
||||
./sail.exe conn customizers init customizerTest
|
||||
|
||||
- name: Build and package connector zip file
|
||||
working-directory: ./connTest
|
||||
- name: Test connector project from init command
|
||||
working-directory: ./connectorTest
|
||||
run: |
|
||||
npm install
|
||||
npm run test
|
||||
npm run pack-zip
|
||||
|
||||
- name: Test customizer project from init command
|
||||
working-directory: ./customizerTest
|
||||
run: |
|
||||
npm install
|
||||
npm run test
|
||||
npm run pack-zip
|
||||
|
||||
Reference in New Issue
Block a user