Skip to content

Commit 9653b0a

Browse files
committed
export
1 parent 220c4eb commit 9653b0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ jobs:
3434
run: curl $SMOKE_TESTS_RUNNER_JAR_URL --output runner.jar
3535
- name: Run smoke tests
3636
run: |
37-
echo $RUNNER_TEMP
38-
ARTIFACTS=$RUNNER_TEMP
39-
echo $ARTIFACTS
37+
export ARTIFACTS=$RUNNER_TEMP
4038
java -jar runner.jar smoke-tests/runner.config

0 commit comments

Comments
 (0)