Skip to content

Commit a5dafd3

Browse files
committed
ci: add adobe workspace flag to tessl eval command
Agent-Id: agent-bd1dac50-8d8b-4d9a-8b1c-759c699a5f04 Linked-Note-Id: e750c364-0856-4558-bf2a-a1a9b8a59695
1 parent 8c4eebc commit a5dafd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tessl-eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
echo "::group::Evaluating $TILE_NAME ($tile_dir)"
140140
141141
EXIT_CODE=0
142-
OUTPUT=$(tessl eval run "$tile_dir" 2>&1) || EXIT_CODE=$?
142+
OUTPUT=$(tessl eval run "$tile_dir" --workspace adobe 2>&1) || EXIT_CODE=$?
143143
echo "$OUTPUT"
144144
echo "::endgroup::"
145145

0 commit comments

Comments
 (0)