Skip to content

Commit 482c469

Browse files
committed
Update
[ghstack-poisoned]
2 parents de1ef9a + 70fd984 commit 482c469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci/scripts/backend-test-linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# LICENSE file in the root directory of this source tree.
77
set -eux
88

9-
# shellcheck source=/dev/null
10-
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
9+
SUITE=$1
10+
FLOW=$2
1111

12-
read -r SUITE FLOW < <(parse_args "$@")
12+
echo "Running backend test job for suite $SUITE, flow $FLOW."
1313

1414
# The generic Linux job chooses to use base env, not the one setup by the image
1515
eval "$(conda shell.bash hook)"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
timeout: 90
5353
script: |
5454
set -eux
55-
.ci/scripts/backend-test-linux.sh --suite "${{ matrix.suite }}" --flow "${{ matrix.flow }}"
55+
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}"

0 commit comments

Comments
 (0)