Skip to content

Commit

Permalink
PLTCONN-3577: Add customizer to PRB test
Browse files Browse the repository at this point in the history
  • Loading branch information
fangming-ning-sp committed Sep 11, 2023
1 parent 367e1c2 commit 717199d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/prb_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,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: Test connector project from init command
working-directory: ./connectorTest
run: |
npm install
npm run test
npm run pack-zip
- name: Build and package connector zip file
working-directory: ./connTest
- name: Test customizer project from init command
working-directory: ../customizerTest
run: |
npm install
npm run test
npm run pack-zip

0 comments on commit 717199d

Please sign in to comment.