Skip to content

Commit

Permalink
Re-integrate all of the integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Nov 2, 2023
1 parent 6462bbb commit 6dd0a85
Show file tree
Hide file tree
Showing 20 changed files with 44 additions and 2,005 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: Integration Tests (Daemon)
if: ${{ always() && steps.build.outcome == 'success' && (github.event.inputs.test-type == 'binary' || github.event_name == 'push') }}
run: npm run test:integration:inband
run: npm run test:integration -- --runInBand

- name: Archive Results
if: ${{ always() && steps.build.outcome == 'success' }}
Expand Down
Loading

0 comments on commit 6dd0a85

Please sign in to comment.