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 6b6e33e commit cb85465Copy full SHA for cb85465
.github/workflows/tests.yml
@@ -42,6 +42,8 @@ jobs:
42
cache: yarn
43
- name: Install dependencies
44
run: yarn
45
+ - name: Run predev script
46
+ run: cd playgrounds/autocomplete && yarn predev
47
- name: Run local browser tests
48
uses: cypress-io/github-action@v6
49
with:
0 commit comments