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.
1 parent 8e4efd6 commit 80fa8c5Copy full SHA for 80fa8c5
.github/workflows/esp32-simtest.yaml
@@ -55,6 +55,12 @@ jobs:
55
runs-on: ubuntu-24.04
56
if: needs.cli_token.outputs.token_check == 'true'
57
container: espressif/idf:${{ matrix.idf-version }}
58
+ services:
59
+ wokwi-ci-server:
60
+ image: wokwi/wokwi-ci-server
61
+ ports:
62
+ - 3000:3000
63
+
64
strategy:
65
fail-fast: false
66
# focus on device diversity.
@@ -114,6 +120,10 @@ jobs:
114
120
idf.py -DSDKCONFIG_DEFAULTS='sdkconfig.ci.wokwi' set-target ${{matrix.esp-idf-target}}
115
121
idf.py build
116
122
123
+ - name: Configure Wokwi environment
124
+ run: |
125
+ echo "WOKWI_CLI_SERVER=ws://wokwi-ci-server:3000" >> $GITHUB_ENV
126
117
127
- name: Run ESP32-sim tests using Wokwi CI
118
128
working-directory: ./src/platforms/esp32/test/
119
129
env:
0 commit comments