Skip to content

Commit

Permalink
apacheGH-44050: [CI][Integration] Execute integration test again (apa…
Browse files Browse the repository at this point in the history
…che#44051)

### Rationale for this change

`>` in YAML removes newlines.

### What changes are included in this PR?

Use `|` instead of `>` to keep newlines.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#44050

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored and khwilson committed Sep 14, 2024
1 parent c53f430 commit e4a6f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
env:
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
run: >
run: |
source ci/scripts/util_enable_core_dumps.sh
archery docker run \
-e ARCHERY_DEFAULT_BRANCH=${{ github.event.repository.default_branch }} \
Expand Down

0 comments on commit e4a6f1e

Please sign in to comment.