We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d80e commit 4048a3eCopy full SHA for 4048a3e
2 files changed
.github/workflows/wc-integration-test-docker.yml
@@ -54,9 +54,7 @@ jobs:
54
persist-credentials: false
55
- run: echo "arch=$(echo "${RUNNER_ARCH}" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
56
id: runner-arch
57
- - run: |
58
- set -Eeuo pipefail
59
- bats --formatter junit "${TEST_FILE}" | tee "test-report-${IMAGE_BASENAME}-${RUNNER_ARCH}.xml"
+ - run: bats --formatter junit "${TEST_FILE}" | tee "test-report-${IMAGE_BASENAME}-${RUNNER_ARCH}.xml"
60
env:
61
IMAGE_BASENAME: ${{ inputs.image-basename }}
62
TEST_FILE: ${{ inputs.test-file }}
.github/workflows/wc-integration-test-podman.yml
@@ -68,8 +68,6 @@ jobs:
68
69
- name: Run integration tests using Podman
70
run: |
71
72
-
73
podman run --rm \
74
--network=host \
75
-v "${WORKSPACE}:${WORKSPACE}" \
0 commit comments