Skip to content

Commit 1bc10b1

Browse files
committed
Fixed browser variable
1 parent e480b5d commit 1bc10b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Select.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Run tests under specified config
7272
run: |
73-
xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
73+
xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.config.browser }}
7474
7575
- uses: actions/upload-artifact@v4
7676
if: failure()

0 commit comments

Comments
 (0)