mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 20:57:44 +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
|
- name: Install
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
- name: Init connector project
|
- name: Init connector and customizer project
|
||||||
run: sail conn init connTest
|
run: |
|
||||||
|
sail conn init connectorTest
|
||||||
|
sail conn customizers init customizerTest
|
||||||
|
|
||||||
- name: Build and package connector zip file
|
- name: Test connector project from init command
|
||||||
working-directory: ./connTest
|
working-directory: ./connectorTest
|
||||||
run: |
|
run: |
|
||||||
npm install
|
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
|
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
|
- name: Install
|
||||||
run: go build -o sail.exe
|
run: go build -o sail.exe
|
||||||
|
|
||||||
- name: Init connector project
|
- name: Init connector and customizer project
|
||||||
run: ./sail.exe conn init connTest
|
run: |
|
||||||
|
./sail.exe conn init connectorTest
|
||||||
|
./sail.exe conn customizers init customizerTest
|
||||||
|
|
||||||
- name: Build and package connector zip file
|
- name: Test connector project from init command
|
||||||
working-directory: ./connTest
|
working-directory: ./connectorTest
|
||||||
run: |
|
run: |
|
||||||
npm install
|
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
|
npm run pack-zip
|
||||||
|
|||||||
Reference in New Issue
Block a user