We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1ef9a + 70fd984 commit 482c469Copy full SHA for 482c469
.ci/scripts/backend-test-linux.sh
@@ -6,10 +6,10 @@
6
# LICENSE file in the root directory of this source tree.
7
set -eux
8
9
-# shellcheck source=/dev/null
10
-source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
+SUITE=$1
+FLOW=$2
11
12
-read -r SUITE FLOW < <(parse_args "$@")
+echo "Running backend test job for suite $SUITE, flow $FLOW."
13
14
# The generic Linux job chooses to use base env, not the one setup by the image
15
eval "$(conda shell.bash hook)"
.github/workflows/nightly.yml
@@ -52,4 +52,4 @@ jobs:
52
timeout: 90
53
script: |
54
55
- .ci/scripts/backend-test-linux.sh --suite "${{ matrix.suite }}" --flow "${{ matrix.flow }}"
+ .ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}"
0 commit comments