Skip to content

Commit

Permalink
Merge pull request #1262 from zowe/fix-gzip-truncate
Browse files Browse the repository at this point in the history
Disable gzip compression for binary requests
  • Loading branch information
t1m0thyj authored Jan 11, 2022
2 parents e35f4ff + 4bf0a0a commit e0810a8
Show file tree
Hide file tree
Showing 20 changed files with 160 additions and 115 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
NODE: ${{ matrix.node-version }}
NODE_OPTIONS: --max_old_space_size=4096

timeout-minutes: 60

concurrency:
group: ${{ matrix.os }}-node-${{ matrix.node-version }}-ci-${{ github.ref }}
cancel-in-progress: true

if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && !contains(github.event.head_commit.message, '[ci skip]')

steps:
Expand Down
Loading

0 comments on commit e0810a8

Please sign in to comment.