We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e480b5d commit 1bc10b1Copy full SHA for 1bc10b1
.github/workflows/Select.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Run tests under specified config
72
run: |
73
- xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.browser }}
+ xvfb-run --auto-servernum python atest/run.py --zip ${{ matrix.config.browser }}
74
75
- uses: actions/upload-artifact@v4
76
if: failure()
0 commit comments