Skip to content

Commit

Permalink
Build ZE API in samples workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Oct 2, 2023
1 parent cac1c2b commit 2a21496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zowe-explorer-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
# install yarn
- run: npm install -g yarn

- run: yarn config set network-timeout 60000 && yarn install --frozen-lockfile

- run: for dir in samples/*; do pushd $dir && yarn && yarn run compile && popd; done
shell: bash

0 comments on commit 2a21496

Please sign in to comment.