Skip to content

Commit 42378d7

Browse files
authored
Add WiFi 6/7 Access Point SSID
1 parent b9cc00b commit 42378d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/usb-wireless-autotest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
DEVICE=$(echo "wlx${{ matrix.json.serial }}" | sed "s/://g")
6262
6363
case "${{ matrix.json.device_class }}" in
64+
"AX")
65+
ACCESS_POINT="GOSTJE60"
66+
;;
6467
"AC600")
6568
ACCESS_POINT="GOSTJE50"
6669
;;
@@ -188,4 +191,4 @@ jobs:
188191
- uses: geekyeggo/delete-artifact@v5
189192
with:
190193
name: |
191-
test-*
194+
test-*

0 commit comments

Comments
 (0)