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 829e65f commit 71e5ee1Copy full SHA for 71e5ee1
.github/workflows/test.yml
@@ -108,7 +108,6 @@ jobs:
108
- name: Start Xvfb
109
run: /usr/bin/Xvfb :17 -screen 0 1024x768x24 > /dev/null 2>&1 & echo "Started xvfb"
110
shell: bash
111
- if: ${{ success() && matrix.os == 'ubuntu-latest' }}
112
- &run-smoke-tests
113
name: Run Smoke tests
114
run: npm run test-smoke
0 commit comments