Skip to content

Commit

Permalink
Add simple playwright test
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <[email protected]>
  • Loading branch information
James Struga committed Sep 14, 2023
1 parent 0318518 commit 8210b28
Show file tree
Hide file tree
Showing 4 changed files with 1,354 additions and 115 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
uses: zowe-actions/zlux-builds/zen/[email protected]/main
with:
os: ubuntu
- name: '[prep 7] Test'
run: |
npm run test
build-window:
Expand All @@ -64,6 +67,9 @@ jobs:
uses: zowe-actions/zlux-builds/zen/[email protected]/main
with:
os: windows
- name: '[prep 7] Test'
run: |
npm run test
build-macos:
runs-on: macos-latest
Expand All @@ -87,4 +93,8 @@ jobs:
- name: '[prep 6] Publish'
uses: zowe-actions/zlux-builds/zen/[email protected]/main
with:
os: macos
os: macos
- name: '[prep 7] Test'
run: |
npm run test
Loading

0 comments on commit 8210b28

Please sign in to comment.