Skip to content

Commit a59fc84

Browse files
committed
tidy
1 parent 34b90b8 commit a59fc84

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
pull_request:
88
types: [labeled, opened, synchronize, reopened, unlabeled]
9+
env:
10+
SCRIPT_FOLDER: ./.github/scripts
11+
RUN_TEST: source ../.github/scripts/run_test.sh
912

1013
jobs:
1114
sonarcloud:
@@ -93,7 +96,7 @@ jobs:
9396
id: acklambda
9497
continue-on-error: true
9598
run: |
96-
$TEST_SCRIPT 3.10 "ack-lambda" "ack-lambda.xml"
99+
$RUN_TEST 3.10 "ack-lambda" "ack-lambda.xml"
97100
98101
- name: Run unittest with coverage-delta
99102
if: matrix.python-version == '3.11'

0 commit comments

Comments
 (0)