Skip to content

Commit ae0b312

Browse files
Copilotnetmindz
andcommitted
Export WOKWI_CLI_TOKEN before running simulator script
Co-authored-by: netmindz <[email protected]>
1 parent 685c75d commit ae0b312

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wokwi-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
# Create log directory
7373
mkdir -p logs
7474
75+
# Export the token so it's available to child processes
76+
export WOKWI_CLI_TOKEN
77+
7578
# Start simulator in background with a 180 second timeout
7679
WOKWI_TIMEOUT=180 ./run-simulator.sh > logs/wokwi.log 2>&1 &
7780
WOKWI_PID=$!

0 commit comments

Comments
 (0)